Skip to content

Commit

Permalink
chore(dashboard/alertmanager): Update API version from v1 to v2
Browse files Browse the repository at this point in the history
The error message was:
Error loading config (--config.file=/etc/prometheus/prometheus.yml): expected Alertmanager API version to be one of [v2] but got v1
  • Loading branch information
cpeliciari committed Nov 21, 2024
1 parent 08f9d22 commit 6dbbc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alerting:
alertmanagers:
- scheme: http
timeout: 10s
api_version: v1
api_version: v2
static_configs:
- targets: []
scrape_configs:
Expand Down

0 comments on commit 6dbbc06

Please sign in to comment.