FEAT(alertmanager): add datasource to Grafana

- Add Alertmanager datasource configuration
- Enable alert visualization
This commit is contained in:
2026-01-04 15:16:35 +09:00
parent 997893284b
commit c356493707

View File

@@ -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: