diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index 608d3897f..510aae00b 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -466,6 +466,9 @@ label:deprecated[Deprecated in 5.15] |.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) +|.cluster.raft.inbound_queue_offered|label:new[Introduced in 2025.02] Total number of inbound messages offered to the queue. (counter) +|.cluster.raft.inbound_queue_accepted|label:new[Introduced in 2025.02] Total number of inbound messages accepted by the queue. (counter) +|.cluster.raft.inbound_queue_rejected|label:new[Introduced in 2025.02] Total number of inbound messages rejected by the queue. (counter) |.cluster.raft.pre_elections_triggered|label:new[Introduced in 2025.02] Total number of pre-elections triggered by this member. (counter) |.cluster.raft.elections_triggered|label:new[Introduced in 2025.02] Total number of elections triggered by this member. (counter) |===