You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2021/03/03 21:54:31 UTC

[ignite] branch master updated: IGNITE-14271 Update documentation pages for reduild indexes metrics (#8848)

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

mmuzaf 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 76b22a3  IGNITE-14271 Update documentation pages for reduild indexes metrics (#8848)
76b22a3 is described below

commit 76b22a36270d399c1160afb27b8fa77ba64f369a
Author: Nikita Safonov <73...@users.noreply.github.com>
AuthorDate: Thu Mar 4 00:54:03 2021 +0300

    IGNITE-14271 Update documentation pages for reduild indexes metrics (#8848)
---
 docs/_docs/monitoring-metrics/new-metrics.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/monitoring-metrics/new-metrics.adoc b/docs/_docs/monitoring-metrics/new-metrics.adoc
index 75ae9a1..fc95311 100644
--- a/docs/_docs/monitoring-metrics/new-metrics.adoc
+++ b/docs/_docs/monitoring-metrics/new-metrics.adoc
@@ -80,8 +80,8 @@ Register name: `cache.{cache_name}.{near}`
 |GetTime |histogram|   Get time in nanoseconds.
 |GetTimeTotal|long|The total time of cache gets, in nanoseconds.
 |HeapEntriesCount|long|Onheap entries count.
-|IndexRebuildKeyProcessed|long|Number of keys processed during the index rebuilding.
-|IsIndexRebuildInProgress|boolean | True if index rebuild is in progress.
+|IndexRebuildKeysProcessed|long | The number of keys with rebuilt indexes.
+|IsIndexRebuildInProgress|boolean | True if index build or rebuild is in progress.
 |OffHeapBackupEntriesCount|long|Offheap backup entries count.
 |OffHeapEntriesCount|long|Offheap entries count.
 |OffHeapEvictions|long|The total number of evictions from the off-heap memory.