provision alertmanager and manage prom alerts (#48475)

This commit is contained in:
Yuriy Tseretyan 2022-04-29 12:53:14 -04:00 committed by GitHub
parent d7c16e06d2
commit 54acec69a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,21 @@ datasources:
jsonData: jsonData:
graphiteVersion: "0.9" graphiteVersion: "0.9"
- name: gdev-alertmanager
type: alertmanager
uid: gdev-alertmanager
access: proxy
url: http://localhost:9093
jsonData:
implementation: prometheus
- name: gdev-prometheus - name: gdev-prometheus
type: prometheus type: prometheus
access: proxy access: proxy
url: http://localhost:9090 url: http://localhost:9090
jsonData: jsonData:
manageAlerts: false manageAlerts: true
alertmanagerUid: gdev-alertmanager
- name: gdev-slow-prometheus - name: gdev-slow-prometheus
type: prometheus type: prometheus