From 195c3721ebf28b42449c66ccf5d8c2f2335c5757 Mon Sep 17 00:00:00 2001 From: Luca Bello Date: Tue, 6 Aug 2024 14:25:49 +0200 Subject: [PATCH] fix broken panel in the main dashboard --- src/self_dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/self_dashboard.json b/src/self_dashboard.json index fb52de6c..9e3a839a 100644 --- a/src/self_dashboard.json +++ b/src/self_dashboard.json @@ -959,7 +959,7 @@ "steppedLine": false, "targets": [ { - "expr": "histogram_quantile(0.95, sum(rate(grafana_http_request_duration_seconds_bucket{juju_charm=\"grafana-k8s\"}[$__interval])) by (le,handler))", + "expr": "histogram_quantile(0.95, sum(rate(grafana_http_request_duration_seconds_bucket{juju_charm=\"grafana-k8s\"}[$__rate_interval])) by (le,handler))", "interval": "", "legendFormat": "{{ handler }}", "refId": "A"