This is an automated email from the ASF dual-hosted git repository.

sergey-chugunov-1985 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 79aae09d0f1 IGNITE-28873 Document MultiDC cache metrics (#13351)
79aae09d0f1 is described below

commit 79aae09d0f1ee25f5442de9799fa8ceaff16e5df
Author: ignitetcbot <[email protected]>
AuthorDate: Fri Jul 10 11:09:24 2026 +0300

    IGNITE-28873 Document MultiDC cache metrics (#13351)
---
 docs/_docs/monitoring-metrics/new-metrics.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/_docs/monitoring-metrics/new-metrics.adoc 
b/docs/_docs/monitoring-metrics/new-metrics.adoc
index 0850d9ae331..b1ef9e303a4 100644
--- a/docs/_docs/monitoring-metrics/new-metrics.adoc
+++ b/docs/_docs/monitoring-metrics/new-metrics.adoc
@@ -85,6 +85,8 @@ Register name: `cache.{cache_name}.{near}`
 |GetTimeTotal | long | The total time of cache gets for which this node is the 
initiator, in nanoseconds.
 |HeapEntriesCount|long|Onheap entries count.
 |IndexRebuildKeysProcessed|long | The number of keys with rebuilt indexes.
+|IsCacheAffinityConfigurationMdcSafe|boolean | True if cache affinity 
guarantees having a copy of each partition in each data center.
+|IsCachePartitionDistributionSafe|boolean | True if current cache partition 
distribution maintains the guarantee of one partition copy in each data center.
 |IsIndexRebuildInProgress|boolean | True if index build or rebuild is in 
progress.
 |OffHeapBackupEntriesCount|long|Offheap backup entries count.
 |OffHeapEntriesCount|long|Offheap entries count.

Reply via email to