Skip to content

Commit

Permalink
feat: improve CP summary in disk dashboard (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds authored Feb 10, 2025
1 parent f0bd663 commit 4b2cbc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboards/cmode/disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3028,10 +3028,10 @@
"targets": [
{
"exemplar": false,
"expr": "sum(wafl_cp_count{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",node=~\"$Node\",metric=~\"back_to_back_CP|deferred_back_to_back_CP|back_to_back_cp|deferred_back_to_back_cp\"})",
"expr": "sum by (datacenter, cluster, node) (wafl_cp_count{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",node=~\"$Node\",metric=~\"back_to_back_CP|deferred_back_to_back_CP|back_to_back_cp|deferred_back_to_back_cp\"})",
"hide": false,
"interval": "",
"legendFormat": "Back-to-back CP Count",
"legendFormat": "Back-to-back CP Count {{node}}",
"refId": "A"
},
{
Expand Down

0 comments on commit 4b2cbc0

Please sign in to comment.