Skip to content

Commit

Permalink
fix broken panel in the main dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Aug 6, 2024
1 parent a2688ad commit 195c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/self_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 195c372

Please sign in to comment.