From e38f5c8382ab901dc016d5a134bfbdb7a2313bb7 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:05:31 +0200 Subject: [PATCH] [OPB-xxx] fixing app name in log dashboard --- .../configuration/grafana/oneplus-bot-log-dashboard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/helm/oneplus-bot/configuration/grafana/oneplus-bot-log-dashboard.json b/deployment/helm/oneplus-bot/configuration/grafana/oneplus-bot-log-dashboard.json index c69bb2f..c43f8fa 100644 --- a/deployment/helm/oneplus-bot/configuration/grafana/oneplus-bot-log-dashboard.json +++ b/deployment/helm/oneplus-bot/configuration/grafana/oneplus-bot-log-dashboard.json @@ -53,7 +53,7 @@ "uid": "loki" }, "editorMode": "builder", - "expr": "{app=\"OnePlusBot\", namespace=\"oneplus-bot\"} |= `$logFilter`", + "expr": "{app=\"oneplus-bot\", namespace=\"oneplus-bot\"} |= `$logFilter`", "maxLines": 5000, "queryType": "range", "refId": "A" @@ -92,7 +92,7 @@ "uid": "loki" }, "editorMode": "code", - "expr": "{app=\"OnePlusBot\", namespace=\"oneplus-bot\"} |= \"ERROR\"", + "expr": "{app=\"oneplus-bot\", namespace=\"oneplus-bot\"} |= \"ERROR\"", "maxLines": 5000, "queryType": "range", "refId": "A" @@ -186,7 +186,7 @@ "uid": "loki" }, "editorMode": "code", - "expr": "rate({app=\"OnePlusBot\", namespace=\"oneplus-bot\"}[$__interval])", + "expr": "rate({app=\"oneplus-bot\", namespace=\"oneplus-bot\"}[$__interval])", "queryType": "range", "refId": "A" }