diff --git a/docs/versioned_docs/version-3.0.0/administrators-guide/metrics/metrics-list.md b/docs/versioned_docs/version-3.0.0/administrators-guide/metrics/metrics-list.md index f28dc679d47b..41948922768f 100644 --- a/docs/versioned_docs/version-3.0.0/administrators-guide/metrics/metrics-list.md +++ b/docs/versioned_docs/version-3.0.0/administrators-guide/metrics/metrics-list.md @@ -95,16 +95,20 @@ The metrics for Ignite Java Virtual Machine resource use. ## raft -| Metric name | Description | -|-------------|-------------| -| raft.fsmcaller.disruptor.Stripes | The histogram of distribution data by stripes in the state machine for partitions. | -| raft.fsmcaller.disruptor.Batch | The histogram of the batch size to handle in the state machine for partitions. | -| raft.logmanager.disruptor.Batch | The histogram of the batch size to handle in the log for partitions. | -| raft.logmanager.disruptor.Stripes | The histogram of distribution data by stripes in the log for partitions. | -| raft.nodeimpl.disruptor.Batch | The histogram of the batch size to handle node operations for partitions. | -| raft.nodeimpl.disruptor.Stripes | The histogram of distribution data by stripes for node operations for partitions. | -| raft.readonlyservice.disruptor.Stripes | The histogram of distribution data by stripes for read-only operations for partitions. | -| raft.readonlyservice.disruptor.Batch | The histogram of the batch size to handle read-only operations for partitions. | +| Metric name | Description | +|--------------------------------------------|----------------------------------------------------------------------------------------| +| raft.fsmcaller.disruptor.Stripes | The histogram of distribution data by stripes in the state machine for partitions. | +| raft.fsmcaller.disruptor.Batch | The histogram of the batch size to handle in the state machine for partitions. | +| raft.logmanager.disruptor.Batch | The histogram of the batch size to handle in the log for partitions. | +| raft.logmanager.disruptor.Stripes | The histogram of distribution data by stripes in the log for partitions. | +| raft.log.storage.TotalLogStorageSize | Number of bytes occupied on disk by logs of all replication groups. | +| raft.log.storage.CmgLogStorageSize | Number of bytes occupied on disk by the CMG log. | +| raft.log.storage.MetastorageLogStorageSize | Number of bytes occupied on disk by the Metastorage group log. | +| raft.log.storage.PartitionsLogStorageSize | Number of bytes occupied on disk by the partitions groups logs. | +| raft.nodeimpl.disruptor.Batch | The histogram of the batch size to handle node operations for partitions. | +| raft.nodeimpl.disruptor.Stripes | The histogram of distribution data by stripes for node operations for partitions. | +| raft.readonlyservice.disruptor.Stripes | The histogram of distribution data by stripes for read-only operations for partitions. | +| raft.readonlyservice.disruptor.Batch | The histogram of the batch size to handle read-only operations for partitions. | ## resource.vacuum