From 6dbbc0690e62a46342e3cc0c2d6b2fed7030ba23 Mon Sep 17 00:00:00 2001 From: Carlos Peliciari Date: Wed, 20 Nov 2024 21:10:38 -0300 Subject: [PATCH] chore(dashboard/alertmanager): Update API version from v1 to v2 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 --- dashboards/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/prometheus.yml b/dashboards/prometheus.yml index f091718860..89534d55dd 100644 --- a/dashboards/prometheus.yml +++ b/dashboards/prometheus.yml @@ -6,7 +6,7 @@ alerting: alertmanagers: - scheme: http timeout: 10s - api_version: v1 + api_version: v2 static_configs: - targets: [] scrape_configs: