Skip to content
Merged
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ label:deprecated[Deprecated in 5.15]
|<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)
|<prefix>.cluster.raft.inbound_queue_offers|label:new[Introduced in 2025.02] Total number inbound messages offered to the queue. (counter)
|<prefix>.cluster.raft.inbound_queue_accepted|label:new[Introduced in 2025.02] Total number inbound messages accepted by the queue. (counter)
|<prefix>.cluster.raft.inbound_queue_rejected|label:new[Introduced in 2025.02] Total number inbound messages rejected by the queue. (counter)
|===


Expand Down