From fe142afba2d098e22513e69c8b74475cc3240b82 Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Wed, 3 Nov 2021 17:26:05 +0100 Subject: [PATCH] Fixes the operational dashboard using an old metric. Signed-off-by: Cyril Tovena --- .../loki-mixin/dashboards/dashboard-loki-operational.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/loki-mixin/dashboards/dashboard-loki-operational.json b/production/loki-mixin/dashboards/dashboard-loki-operational.json index 86f07418c7966..8addbe0bae1a4 100644 --- a/production/loki-mixin/dashboards/dashboard-loki-operational.json +++ b/production/loki-mixin/dashboards/dashboard-loki-operational.json @@ -5236,7 +5236,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(cortex_gcs_request_duration_seconds_count{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (status_code, operation)", + "expr": "sum(rate(loki_gcs_request_duration_seconds_count{cluster=\"$cluster\", namespace=\"$namespace\"}[5m])) by (status_code, operation)", "intervalFactor": 1, "legendFormat": "{{status_code}}-{{operation}}", "refId": "A" @@ -6577,4 +6577,4 @@ "title": "Loki Operational", "uid": "f6fe30815b172c9da7e813c15ddfe607", "version": 1 -} \ No newline at end of file +}