rpuch commented on code in PR #7269:
URL: https://github.com/apache/ignite-3/pull/7269#discussion_r2639449090


##########
docs/_docs/administrators-guide/metrics/metrics-list.adoc:
##########
@@ -296,3 +296,19 @@ Transaction metrics.
 | LocalUnrebalancedPartitionsCount | The number of partitions that should be 
moved to this node.
 | TotalUnrebalancedPartitionsCount | The total number of partitions that 
should be moved to a new owner.
 |=======================================================================
+
+== raft.snapshots
+
+[width="100%",cols="20%,80%",opts="header"]
+|=======================================================================
+| Metric name | Description
+
+| TotalIncomingSnapshots | The number of incoming Raft snapshots in progress.
+| IncomingSnapshotsLoadingMeta | The number of incoming Raft snapshots loading 
metadata.
+| IncomingSnapshotsWaitingCatalog | The number of incoming Raft snapshots 
waiting for catalog.
+| IncomingSnapshotsPreparingStorages | The number of incoming Raft snapshots 
preparing storages.
+| IncomingSnapshotsPreparingIndexForBuild | The number of incoming Raft 
snapshots preparing indexes for build.
+| IncomingSnapshotsLoadingMvData | The number of incoming Raft snapshots 
loading multi-versioned data.
+| IncomingSnapshotsLoadingTxMeta | The number of incoming Raft snapshots 
loading transaction metadata.
+| TotalOutgoingSnapshots | The number of outgoing Raft snapshots in progress.

Review Comment:
   `Total`?



##########
docs/_docs/administrators-guide/metrics/metrics-list.adoc:
##########
@@ -296,3 +296,19 @@ Transaction metrics.
 | LocalUnrebalancedPartitionsCount | The number of partitions that should be 
moved to this node.
 | TotalUnrebalancedPartitionsCount | The total number of partitions that 
should be moved to a new owner.
 |=======================================================================
+
+== raft.snapshots
+
+[width="100%",cols="20%,80%",opts="header"]

Review Comment:
   ```suggestion
   == raft.snapshots
   
   Metrics related to Raft snapshots of partition replicas.
   
   [width="100%",cols="20%,80%",opts="header"]
   ```



##########
docs/_docs/administrators-guide/metrics/metrics-list.adoc:
##########
@@ -296,3 +296,19 @@ Transaction metrics.
 | LocalUnrebalancedPartitionsCount | The number of partitions that should be 
moved to this node.
 | TotalUnrebalancedPartitionsCount | The total number of partitions that 
should be moved to a new owner.
 |=======================================================================
+
+== raft.snapshots
+
+[width="100%",cols="20%,80%",opts="header"]
+|=======================================================================
+| Metric name | Description
+
+| TotalIncomingSnapshots | The number of incoming Raft snapshots in progress.

Review Comment:
   Was `Total` removed?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to