From 2ce1cf22ef9f14b0977e06c066d1f64fb5846712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Tue, 30 Nov 2021 15:37:03 +0100 Subject: [PATCH] devenv: disable managed-alerts for datasources (#42295) --- devenv/datasources.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devenv/datasources.yaml b/devenv/datasources.yaml index 5c5f1a3ed33..883c2ef2c3b 100644 --- a/devenv/datasources.yaml +++ b/devenv/datasources.yaml @@ -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+)"