mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-24 15:47:58 -04:00
6 lines
146 B
YAML
6 lines
146 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
scrape_interval: 10s
|
|
scrape_timeout: 20s
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|