Skip to content

Commit 33d1918

Browse files
committed
Add metrics for inbound queue in raft
1 parent 2409984 commit 33d1918

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,9 @@ label:deprecated[Deprecated in 5.15]
481481
|<prefix>.cluster.raft.snapshot_attempt|label:new[Introduced in 2025.01] Total number of attempts to download Raft snapshots triggered. (counter)
482482
|<prefix>.cluster.raft.snapshot_success|label:new[Introduced in 2025.01] Total number of successfully downloaded Raft snapshots. (counter)
483483
|<prefix>.cluster.raft.snapshot_fail|label:new[Introduced in 2025.01] Total number of failed Raft snapshot download attempts. (counter)
484+
|<prefix>.cluster.raft.inbound_queue_offers|label:new[Introduced in 2025.02] Total number inbound messages offered to the queue. (counter)
485+
|<prefix>.cluster.raft.inbound_queue_accepted|label:new[Introduced in 2025.02] Total number inbound messages accepted by the queue. (counter)
486+
|<prefix>.cluster.raft.inbound_queue_rejected|label:new[Introduced in 2025.02] Total number inbound messages rejected by the queue. (counter)
484487
|===
485488

486489

0 commit comments

Comments
 (0)