reverted prometheus config to target the docker exporter

This commit is contained in:
Gleb Tcivie 2024-06-26 10:21:59 +03:00
parent d54315a32d
commit 544f947f68

View file

@ -5,4 +5,4 @@ global:
scrape_configs:
- job_name: 'meshtastic'
static_configs:
- targets: [ 'host.docker.internal:9464' ]
- targets: [ 'exporter:9464' ]