1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-01 10:02:55 +00:00

fix: update Alertmanager API version to v2 in prometheus.yml

Signed-off-by: Uzair.ash <uzairashfaq90@gmail.com>
This commit is contained in:
Uzair.ash 2025-03-17 22:33:43 +05:00
parent 3abce42c7b
commit dca4459484

View File

@ -8,7 +8,7 @@ alerting:
- targets: [] - targets: []
scheme: http scheme: http
timeout: 10s timeout: 10s
api_version: v2 api_version: v1
scrape_configs: scrape_configs:
- job_name: prometheus - job_name: prometheus
honor_timestamps: true honor_timestamps: true