mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
7 lines
166 B
YAML
7 lines
166 B
YAML
global:
|
|
extra_scrape_metrics: false
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|
|
extra_scrape_metrics: true
|