mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-07 23:52:13 -04:00
6 lines
134 B
YAML
6 lines
134 B
YAML
global:
|
|
extra_scrape_metrics: true
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|