Zebra/prometheus.yaml

8 lines
142 B
YAML

scrape_configs:
- job_name: 'zebrad'
scrape_interval: 1s
metrics_path: '/'
static_configs:
- targets: ['localhost:9999']