ivanzlenko commented on code in PR #7219:
URL: https://github.com/apache/ignite-3/pull/7219#discussion_r2622988241


##########
docs/_docs/administrators-guide/metrics/metrics-list.adoc:
##########
@@ -296,3 +296,28 @@ 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.
 |=======================================================================
+
+== snapshots.outgoing.{snapshotId}
+
+[width="100%",cols="20%,80%",opts="header"]
+|=======================================================================
+| Metric name | Description
+| RowsSent | The number of rows that sent during snapshot installation, 
commited before rebalance.

Review Comment:
   Will be moved into a separate PR



##########
docs/_docs/administrators-guide/metrics/metrics-list.adoc:
##########
@@ -296,3 +296,28 @@ 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.
 |=======================================================================
+
+== snapshots.outgoing.{snapshotId}
+
+[width="100%",cols="20%,80%",opts="header"]
+|=======================================================================
+| Metric name | Description
+| RowsSent | The number of rows that sent during snapshot installation, 
commited before rebalance.
+| RowVersionsSent | The number of row versions that sent during snapshot 
installation, commited before rebalance.
+| TotalBytesSent | The number of bytes sent during snapshot installation, for 
rows commited before rebalance.
+| OutOfOrderRowsSent | The number of rows that sent during snapshot 
installation, from transactions running or commited during rebalance.
+| OutOfOrderVersionsSent | The number of row versions that sent during 
snapshot installation, from transactions running or commited during
+rebalance.
+| OutOfOrderTotalBytesSent | number of bytes sent during snapshot 
installation, from transactions running or commited during rebalance.
+| TotalBatches | The number of batches sent during snapshot installation.
+| AvgBatchProcessingTime | The average time for processing single batch during 
snapshot installation.
+| MinBatchProcessingTime | The minimum time for processing single batch during 
snapshot installation.
+| MaxBatchProcessingTime | The maximum time for processing single batch during 
snapshot installation.
+| TotalSnapshotInstallationTime | The total time take to install the snapshot.

Review Comment:
   Will be moved into a separate PR



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