Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-12962 update metric name (#1588) #1597

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading