mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 14:12:14 -04:00
7 lines
140 B
YAML
7 lines
140 B
YAML
|
|
global:
|
||
|
|
scrape_configs:
|
||
|
|
- job_name: prometheus
|
||
|
|
scrape_native_histograms: true
|
||
|
|
static_configs:
|
||
|
|
- targets: ['localhost:8080']
|