Skip to content

Commit

Permalink
fix: Remove embedded shelf power from total power in series panel to …
Browse files Browse the repository at this point in the history
…match stats panel (#3167)
  • Loading branch information
rahulguptajss authored Sep 24, 2024
1 parent 50f133b commit 1ff7e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafana/dashboards/cmode/power.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1715582801657,
"iteration": 1727100822194,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -717,7 +717,7 @@
},
{
"exemplar": false,
"expr": "(sum(environment_sensor_power{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\"}) or vector(0)) + (sum(shelf_power{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\"}) or vector(0))",
"expr": "(sum(environment_sensor_power{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\"}) or vector(0)) + (sum(shelf_power{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\"} * on(datacenter,cluster,shelf) shelf_labels{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",isEmbedded=\"No\"}) or vector(0))",
"hide": false,
"interval": "",
"legendFormat": "Total",
Expand Down Expand Up @@ -3514,5 +3514,5 @@
"timezone": "",
"title": "ONTAP: Power",
"uid": "cdot-power",
"version": 14
"version": 15
}

0 comments on commit 1ff7e71

Please sign in to comment.