prometheus: don't duplicate scrape interval and timeout
This commit is contained in:
parent
e81ae5165f
commit
29d2d2926f
|
@ -12,8 +12,6 @@ alerting:
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: prometheus
|
- job_name: prometheus
|
||||||
honor_timestamps: true
|
honor_timestamps: true
|
||||||
scrape_interval: 15s
|
|
||||||
scrape_timeout: 10s
|
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
Loading…
Reference in a new issue