mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
fix: update Alertmanager API version to v2 in prometheus.yml
This commit is contained in:
parent
18f59bdb09
commit
3abce42c7b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ alerting:
|
|||
- targets: []
|
||||
scheme: http
|
||||
timeout: 10s
|
||||
api_version: v1
|
||||
api_version: v2
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
honor_timestamps: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue