This is an automated email from the ASF dual-hosted git repository.
sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 35eaed2ac3a IGNITE-28025 Add TotalLogStorageSize (#7690)
35eaed2ac3a is described below
commit 35eaed2ac3ae5278dcf645308c61836a1b717994
Author: jinxxxoid <[email protected]>
AuthorDate: Fri Apr 3 13:10:24 2026 +0400
IGNITE-28025 Add TotalLogStorageSize (#7690)
---
.../administrators-guide/metrics/metrics-list.md | 24 +++++++++++++---------
1 file changed, 14 insertions(+), 10 deletions(-)
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 9ab9f3a59bc..85012db62be 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