From 03aab3decac56e80fd7d3b0ff1890a7c592ca215 Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Thu, 6 May 2021 16:32:22 -0400 Subject: [PATCH] better operational dashboard annotations via diff logger (#3697) --- .../loki-mixin/dashboards/dashboard-loki-operational.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/loki-mixin/dashboards/dashboard-loki-operational.json b/production/loki-mixin/dashboards/dashboard-loki-operational.json index f080fc0e95db9..8a10de4d0e300 100644 --- a/production/loki-mixin/dashboards/dashboard-loki-operational.json +++ b/production/loki-mixin/dashboards/dashboard-loki-operational.json @@ -13,7 +13,7 @@ { "datasource": "$logs", "enable": true, - "expr": "{cluster=\"$cluster\", diff_namespace=\"$namespace\", container=\"kube-diff-logger\"}", + "expr": "{cluster=\"$cluster\", container=\"kube-diff-logger\"} | json | namespace_extracted=\"$namespace\"", "hide": true, "iconColor": "rgba(255, 96, 96, 1)", "name": "deployments",