mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 08:32:26 -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
|