This is an automated email from the ASF dual-hosted git repository.
sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 0e49fb951ef IGNITE-27087 Update placement driver metrics list (#7000)
0e49fb951ef is described below
commit 0e49fb951efb25828abe64eaf9272beaba984338
Author: jinxxxoid <[email protected]>
AuthorDate: Thu Dec 4 11:58:08 2025 +0400
IGNITE-27087 Update placement driver metrics list (#7000)
---
docs/_docs/administrators-guide/metrics/metrics-list.adoc | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/docs/_docs/administrators-guide/metrics/metrics-list.adoc
b/docs/_docs/administrators-guide/metrics/metrics-list.adoc
index 6fd9ee67335..abe2bbe1767 100644
--- a/docs/_docs/administrators-guide/metrics/metrics-list.adoc
+++ b/docs/_docs/administrators-guide/metrics/metrics-list.adoc
@@ -94,13 +94,9 @@ The metrics for Ignite Java Virtual Machine resource use.
|=======================================================================
| Metric name | Description
-| ActiveLeasesCount | The number of currently active leases.
-| CurrentPendingAssignmentsSize | The current size of pending assignments over
all partitions.
-| CurrentStableAssignmentsSize | The current size of stable assignments over
all partitions.
-| LeasesCreated | The total number of created leases.
-| LeasesProlonged | The total number of prolonged leases.
-| LeasesPublished | The total number of published leases.
-| LeasesWithoutCandidates | The total number of leases without candidates
currently existing.
+| AcceptedLeases | The number of active leases. Equals the number of
replication groups for which a primary replica has been elected.
+| LeaseNegotiations | The number of leases currently in negotiation.
Represents the number of replication groups for which the primary replica has
not yet been selected.
+| ReplicationGroups | The total number of replication groups. Each group first
appears in `LeaseNegotiations`. After the primary is elected, its entry moves
to `AcceptedLeases` and is removed from `LeaseNegotiations`.
|=======================================================================
== raft