Skip to content

Commit 3a86b21

Browse files
authored
Minor dashboard updates (#783)
1 parent b338eee commit 3a86b21

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

dashboards/grafana/federation-details-dashboard.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,10 @@
706706
"id": 30,
707707
"options": {
708708
"legend": {
709-
"calcs": [],
709+
"calcs": [
710+
"max",
711+
"mean"
712+
],
710713
"displayMode": "list",
711714
"placement": "bottom",
712715
"showLegend": true
@@ -723,7 +726,7 @@
723726
"editorMode": "code",
724727
"expr": "sum(irate(coherence_federation_destination_total_bytes_sent{namespace=~\"${Namespace:.*}\",cluster=\"${ClusterName:raw}\", coherence_service='$ServiceName', name='$Destination'}[1m]) * 8 / 1000000)",
725728
"interval": "",
726-
"legendFormat": "Total Rate",
729+
"legendFormat": "Rate",
727730
"range": true,
728731
"refId": "A"
729732
}

dashboards/grafana/federation-summary-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@
672672
"options": {
673673
"legend": {
674674
"calcs": [
675-
"lastNotNull",
676-
"max"
675+
"max",
676+
"mean"
677677
],
678678
"displayMode": "list",
679679
"placement": "bottom",

0 commit comments

Comments
 (0)