devenv: disable managed-alerts for datasources (#42295)

This commit is contained in:
Gábor Farkas
2021-11-30 15:37:03 +01:00
committed by GitHub
parent e13e6a7bd7
commit 2ce1cf22ef

View File

@@ -34,11 +34,15 @@ datasources:
type: prometheus
access: proxy
url: http://localhost:9090
jsonData:
manageAlerts: false
- name: gdev-slow-prometheus
type: prometheus
access: proxy
url: http://localhost:3011
jsonData:
manageAlerts: false
- name: gdev-testdata
isDefault: true
@@ -293,6 +297,7 @@ datasources:
url: http://localhost:3100
editable: false
jsonData:
manageAlerts: false
derivedFields:
- name: "traceID"
matcherRegex: "traceID=(\\w+)"