Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ label:deprecated[Deprecated in 5.15]
|<prefix>.cluster.raft.replication_maybe|Raft Replication maybe count. (counter)
|<prefix>.cluster.raft.replication_success|The total number of Raft replication requests that have succeeded. (counter)
|<prefix>.cluster.raft.last_leader_message|The time elapsed since the last message from a leader in milliseconds. Should reset periodically. (gauge)
|<prefix>.cluster.raft.snapshot_attempt|Total number of attempts to download Raft snapshots triggered. (counter)
|<prefix>.cluster.raft.snapshot_success|Total number of successfully downloaded Raft snapshots. (counter)
|<prefix>.cluster.raft.snapshot_fail|Total number of failed Raft snapshot download attempts. (counter)
|<prefix>.cluster.raft.snapshot_attempt|label:new[Introduced in 2025.01] Total number of attempts to download Raft snapshots triggered. (counter)
|<prefix>.cluster.raft.snapshot_success|label:new[Introduced in 2025.01] Total number of successfully downloaded Raft snapshots. (counter)
|<prefix>.cluster.raft.snapshot_fail|label:new[Introduced in 2025.01] Total number of failed Raft snapshot download attempts. (counter)
|===


Expand Down
Loading