mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 09:33:44 +00:00
Update prometheus.yml to api_version: v2
Resolved error at runtime expecting v2 but getting v1 Signed-off-by: scrypt-kitty <deadpixelette+github@gmail.com>
This commit is contained in:
parent
18f59bdb09
commit
ef87254b0d
@ -8,7 +8,7 @@ alerting:
|
|||||||
- targets: []
|
- targets: []
|
||||||
scheme: http
|
scheme: http
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
api_version: v1
|
api_version: v2
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: prometheus
|
- job_name: prometheus
|
||||||
honor_timestamps: true
|
honor_timestamps: true
|
||||||
|
Loading…
Reference in New Issue
Block a user