docker-wownero/files/prometheus/config.yaml
2022-09-22 11:42:08 -07:00

9 lines
204 B
YAML

global:
scrape_interval: 10s
evaluation_interval: 10s
external_labels:
monitor: wownerod-exporter
scrape_configs:
- job_name: "wownerod"
static_configs:
- targets: ["exporter:9000"]