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 and YashSartanpara1 committed Apr 30, 2024
1 parent 8908ef4 commit d985111
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 @@ -1400,11 +1400,11 @@
"y": 24
},
"type": "state-timeline",
"title": "Chunks Balanced",
"title": "Chunks Balancer is running",
"description": "The MongoDB balancer is a background process that monitors the number of chunks on each shard. When the number of chunks on a given shard reaches specific migration thresholds, the balancer attempts to automatically migrate chunks between shards and reach an equal number of chunks per shard.",
"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

0 comments on commit d985111

Please sign in to comment.