From 2e58b60d6afc93aa37f742d813f50378efb23403 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Thu, 9 Jan 2025 17:16:28 +0100 Subject: [PATCH] Label Raft snapshots metrics as new --- modules/ROOT/pages/monitoring/metrics/reference.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index 30f289f58..3257763d1 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -478,9 +478,9 @@ label:deprecated[Deprecated in 5.15] |.cluster.raft.replication_maybe|Raft Replication maybe count. (counter) |.cluster.raft.replication_success|The total number of Raft replication requests that have succeeded. (counter) |.cluster.raft.last_leader_message|The time elapsed since the last message from a leader in milliseconds. Should reset periodically. (gauge) -|.cluster.raft.snapshot_attempt|Total number of attempts to download Raft snapshots triggered. (counter) -|.cluster.raft.snapshot_success|Total number of successfully downloaded Raft snapshots. (counter) -|.cluster.raft.snapshot_fail|Total number of failed Raft snapshot download attempts. (counter) +|.cluster.raft.snapshot_attempt|label:new[Introduced in 2025.01] Total number of attempts to download Raft snapshots triggered. (counter) +|.cluster.raft.snapshot_success|label:new[Introduced in 2025.01] Total number of successfully downloaded Raft snapshots. (counter) +|.cluster.raft.snapshot_fail|label:new[Introduced in 2025.01] Total number of failed Raft snapshot download attempts. (counter) |===