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

pull/42532/head
Gábor Farkas 4 years ago committed by GitHub
parent e13e6a7bd7
commit 2ce1cf22ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      devenv/datasources.yaml

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

Loading…
Cancel
Save