From 8fc962c3cf98e742fac945c409b2088b1287ff42 Mon Sep 17 00:00:00 2001 From: Razvan Grigore Date: Mon, 24 Jun 2024 10:18:34 +0300 Subject: [PATCH] Add missing Grafana Dashboard debug log level filter --- monitoring/configs/dashboards/logs.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/monitoring/configs/dashboards/logs.json b/monitoring/configs/dashboards/logs.json index 4d9f58da..7c8defbe 100644 --- a/monitoring/configs/dashboards/logs.json +++ b/monitoring/configs/dashboards/logs.json @@ -197,7 +197,7 @@ "type": "textbox" }, { - "allValue": "info|error", + "allValue": "debug|info|error", "current": { "selected": false, "text": "All", @@ -213,6 +213,11 @@ "text": "All", "value": "$__all" }, + { + "selected": false, + "text": "debug", + "value": "debug" + }, { "selected": false, "text": "info", @@ -224,7 +229,7 @@ "value": "error" } ], - "query": "info,error", + "query": "debug,info,error", "queryValue": "", "skipUrlSync": false, "type": "custom"