Skip to content

Commit

Permalink
PMM-12962 update metric name (#1588)
Browse files Browse the repository at this point in the history
* PMM-12962 update metric name

* update title
  • Loading branch information
idoqo authored Apr 12, 2024
1 parent eeb453d commit f99bda7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dashboards/MongoDB/MongoDB_Cluster_Summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,17 +1011,17 @@
"pluginVersion": "8.3.5",
"targets": [
{
"expr": "min(mongodb_mongos_sharding_chunks_is_balanced{cluster=\"$cluster\"})",
"expr": "min(mongodb_mongos_sharding_chunks_is_balancer_running{cluster=\"$cluster\"})",
"format": "time_series",
"interval": "5m",
"intervalFactor": 1,
"legendFormat": "Cluster Balanced",
"legendFormat": "Cluster Balancer is Running",
"refId": "A",
"step": 300
}
],
"timeFrom": "1m",
"title": "Chunks Balanced",
"title": "Chunks Balancer is running",
"type": "stat"
},
{
Expand Down Expand Up @@ -1430,7 +1430,7 @@
"showTimeAxis": true,
"targets": [
{
"expr": "min(mongodb_mongos_sharding_chunks_is_balanced{cluster=\"$cluster\"})",
"expr": "min(mongodb_mongos_sharding_chunks_is_balancer_running{cluster=\"$cluster\"})",
"interval": "$interval",
"legendFormat": "$cluster",
"refId": "A"
Expand Down Expand Up @@ -1477,7 +1477,7 @@
"value": "minutes"
},
"timeTextColor": "#d8d9da",
"title": "Chunks Balanced",
"title": "Chunks Balancer is running",
"type": "natel-discrete-panel",
"units": "short",
"use12HourClock": false,
Expand Down

0 comments on commit f99bda7

Please sign in to comment.