FEAT(alertmanager): add datasource to Grafana
- Add Alertmanager datasource configuration - Enable alert visualization
This commit is contained in:
@@ -46,6 +46,13 @@ datasources:
|
|||||||
access: proxy
|
access: proxy
|
||||||
url: http://loki.loki.svc.cluster.local:3100
|
url: http://loki.loki.svc.cluster.local:3100
|
||||||
editable: true
|
editable: true
|
||||||
|
- name: Alertmanager
|
||||||
|
type: alertmanager
|
||||||
|
access: proxy
|
||||||
|
url: http://alertmanager.alertmanager.svc.cluster.local:9093
|
||||||
|
editable: true
|
||||||
|
jsonData:
|
||||||
|
implementation: prometheus
|
||||||
|
|
||||||
dashboardProviders:
|
dashboardProviders:
|
||||||
dashboardproviders.yaml:
|
dashboardproviders.yaml:
|
||||||
|
|||||||
Reference in New Issue
Block a user