meshtastic-metrics-exporter/prometheus.yml
2024-06-24 21:44:10 +03:00

8 lines
252 B
YAML

global:
scrape_interval: 15s # How often to scrape targets by default
evaluation_interval: 15s # How often to evaluate rules by default
scrape_configs:
- job_name: 'meshtastic'
static_configs:
- targets: [ 'host.docker.internal:9464' ]