Skip to content

Commit 2e58b60

Browse files
Label Raft snapshots metrics as new
1 parent 1d43ab9 commit 2e58b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ label:deprecated[Deprecated in 5.15]
478478
|<prefix>.cluster.raft.replication_maybe|Raft Replication maybe count. (counter)
479479
|<prefix>.cluster.raft.replication_success|The total number of Raft replication requests that have succeeded. (counter)
480480
|<prefix>.cluster.raft.last_leader_message|The time elapsed since the last message from a leader in milliseconds. Should reset periodically. (gauge)
481-
|<prefix>.cluster.raft.snapshot_attempt|Total number of attempts to download Raft snapshots triggered. (counter)
482-
|<prefix>.cluster.raft.snapshot_success|Total number of successfully downloaded Raft snapshots. (counter)
483-
|<prefix>.cluster.raft.snapshot_fail|Total number of failed Raft snapshot download attempts. (counter)
481+
|<prefix>.cluster.raft.snapshot_attempt|label:new[Introduced in 2025.01] Total number of attempts to download Raft snapshots triggered. (counter)
482+
|<prefix>.cluster.raft.snapshot_success|label:new[Introduced in 2025.01] Total number of successfully downloaded Raft snapshots. (counter)
483+
|<prefix>.cluster.raft.snapshot_fail|label:new[Introduced in 2025.01] Total number of failed Raft snapshot download attempts. (counter)
484484
|===
485485

486486

0 commit comments

Comments
 (0)