From c356493707a236fc3d108fb6c98f22b15d931ba5 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 4 Jan 2026 15:16:35 +0900 Subject: [PATCH] FEAT(alertmanager): add datasource to Grafana - Add Alertmanager datasource configuration - Enable alert visualization --- grafana/helm-values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/grafana/helm-values.yaml b/grafana/helm-values.yaml index fe6192b..34f40b0 100644 --- a/grafana/helm-values.yaml +++ b/grafana/helm-values.yaml @@ -46,6 +46,13 @@ datasources: access: proxy url: http://loki.loki.svc.cluster.local:3100 editable: true + - name: Alertmanager + type: alertmanager + access: proxy + url: http://alertmanager.alertmanager.svc.cluster.local:9093 + editable: true + jsonData: + implementation: prometheus dashboardProviders: dashboardproviders.yaml: