zebra/prometheus.yaml

7 lines
144 B
YAML

scrape_configs:
- job_name: "zebrad"
scrape_interval: 500ms
metrics_path: "/"
static_configs:
- targets: ["localhost:9999"]