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