NSAmelchev commented on a change in pull request #8652:
URL: https://github.com/apache/ignite/pull/8652#discussion_r557070753



##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -320,15 +326,33 @@ Register name: `io.datastorage`
 [cols="2,1,3",opts="header"]
 |===
 |Name |    Type |    Description
+|CheckpointBeforeLockHistogram| histogram |   Histogram of checkpoint action 
before taken write lock durations in milliseconds.
+|CheckpointFsyncHistogram| histogram |   Histogram of checkpoint fsync 
durations in milliseconds.
+|CheckpointHistogram| histogram |   Histogram of checkpoint durations in 
milliseconds.
+|CheckpointListenersExecuteHistogram| histogram |   Histogram of checkpoint 
execution listeners under write lock durations in milliseconds.
+|CheckpointLockHoldHistogram| histogram |   Histogram of checkpoint lock hold 
durations in milliseconds.
+|CheckpointLockWaitHistogram| histogram |   Histogram of checkpoint lock wait 
durations in milliseconds.
+|CheckpointMarkHistogram| histogram |   Histogram of checkpoint mark durations 
in milliseconds.
+|CheckpointPagesWriteHistogram| histogram |   Histogram of checkpoint pages 
write durations in milliseconds.
+|CheckpointSplitAndSortPagesHistogram| histogram |   Histogram of splitting 
and sorting checkpoint pages durations in milliseconds.
 |CheckpointTotalTime| long |   Total duration of checkpoint
+|CheckpointWalRecordFsyncHistogram| histogram |   Histogram of the WAL fsync 
after logging ChTotalNodeseckpointRecord on begin of checkpoint durations in 
milliseconds.
+|CheckpointWriteEntryHistogram| histogram |   Histogram of entry buffer 
writing to file durations in milliseconds.

Review comment:
       @Nikita-tech-writer , It seems that singular is correct. I have fixed 
docs and metrics descriptions.




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


Reply via email to