From dc8b2ebe4b8b846c80451e940fcb9b824450d314 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Wed, 26 Nov 2025 11:42:50 +0530 Subject: [PATCH] =?UTF-8?q?DOC-12376=20Feedback=20on=20What=E2=80=99s=20Ne?= =?UTF-8?q?w=20in=20Version=207.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed "....Cluster Manager is balanced" to "...cluster is balanced." --- modules/introduction/partials/new-features-76_2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/introduction/partials/new-features-76_2.adoc b/modules/introduction/partials/new-features-76_2.adoc index 6609dee5d8..fc6cbff55d 100644 --- a/modules/introduction/partials/new-features-76_2.adoc +++ b/modules/introduction/partials/new-features-76_2.adoc @@ -45,7 +45,7 @@ See xref:analytics-rest-admin:index.adoc#return_active_requests[Active Requests] ** `cm_auto_failover_max_count`: the maximum number of auto-failovers allowed before Cluster Manager disables auto-failover. ** `cm_failover_total`: The total number of non-graceful failovers that have occurred. ** `cm_graceful_failover_total`: The total number of graceful failovers that have occurred. -** `cm_is_balanced`: Whether the Cluster Manager is balanced. Only reported by orchestrator nodes and only reported every 30 seconds. +** `cm_is_balanced`: Whether the cluster is balanced. Only reported by orchestrator nodes and only reported every 30 seconds. ** `cm_rebalance_in_progress`: Whether there is a rebalance occurring. Only reported by the orchestrator node. ** `cm_rebalance_progress`: An estimate of the progress of the current rebalance. Only reported by the orchestrator. ** `cm_rebalance_total`: The total number of rebalances that have occurred.