Nikita-tech-writer commented on a change in pull request #8652:
URL: https://github.com/apache/ignite/pull/8652#discussion_r556482560
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -340,3 +364,21 @@ Register name: `io.datastorage`
|WalTotalSize| long | Total size in bytes for storage wal files.
|WalWritingRate| long | Average number of bytes per second written during
the last time interval.
|===
+
+
+== Cluster
+
+Cluster metrics.
+
+Register name: `cluster`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveBaselineNodes| integer | Active baseline nodes count.
+|Rebalanced| boolean | True if the cluster has achieved fully rebalanced
state. Note that an inactive cluster always has this metric in False regardless
of the real partitions state.
Review comment:
```suggestion
|Rebalanced| boolean | True if the cluster has fully achieved rebalanced
state. Note that an inactive cluster always has this metric in False regardless
of the real partitions state.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]