mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
6 lines
127 B
YAML
6 lines
127 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
static_configs:
|
||
|
- targets: ['localhost:8080']
|
||
|
enable_compression: false
|