Skip to content

Commit

Permalink
Adapted histogram configurations to fix the histogram display. (#270)
Browse files Browse the repository at this point in the history
Thanks to Mikhail for identifying this issue.
  • Loading branch information
hauke76 authored Dec 4, 2023
1 parent 67d18a2 commit 46d0287
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app_charts/base/relay-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
},
"maxDataPoints": 25,
"options": {
"calculate": true,
"calculate": false,
"calculation": {
"yBuckets": {
"scale": {
Expand Down Expand Up @@ -969,9 +969,9 @@
},
"editorMode": "code",
"expr": "sum(rate(broker_responses_durations_bucket[$__interval])) by (le)",
"format": "time_series",
"format": "heatmap",
"interval": "",
"legendFormat": "",
"legendFormat": "{{le}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1131,7 +1131,7 @@
},
"maxDataPoints": 25,
"options": {
"calculate": true,
"calculate": false,
"calculation": {},
"cellGap": 2,
"cellValues": {},
Expand Down Expand Up @@ -1177,9 +1177,9 @@
},
"editorMode": "code",
"expr": "sum(rate(broker_backend_responses_durations_bucket[$__interval])) by (le)",
"format": "time_series",
"format": "heatmap",
"interval": "",
"legendFormat": "",
"legendFormat": "{{le}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1245,7 +1245,7 @@
},
"maxDataPoints": 25,
"options": {
"calculate": true,
"calculate": false,
"calculation": {},
"cellGap": 2,
"cellValues": {},
Expand Down Expand Up @@ -1291,9 +1291,9 @@
},
"editorMode": "code",
"expr": "sum(rate(broker_overhead_durations_bucket[$__interval])) by (le)",
"format": "time_series",
"format": "heatmap",
"interval": "",
"legendFormat": "",
"legendFormat": "{{le}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1331,4 +1331,4 @@
"uid": "p_rQjdS7k",
"version": 2,
"weekStart": ""
}
}

0 comments on commit 46d0287

Please sign in to comment.