docker-wownero/wownero/files/prometheus/config.yaml
2022-09-19 12:54:26 -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"]