File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
modules/ROOT/pages/monitoring/metrics Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -579,6 +579,9 @@ The deprecated Raft core metrics are replaced accordingly by the Raft metrics in
579579|<prefix>.cluster.raft.replication_maybe|Raft Replication maybe count. (counter)
580580|<prefix>.cluster.raft.replication_success|The total number of Raft replication requests that have succeeded. (counter)
581581|<prefix>.cluster.raft.last_leader_message|The time elapsed since the last message from a leader in milliseconds. Should reset periodically. (gauge)
582+ |<prefix>.cluster.raft.snapshot_attempt|Total number of attempts to download Raft snapshots triggered. (counter)
583+ |<prefix>.cluster.raft.snapshot_success|Total number of successfully downloaded Raft snapshots. (counter)
584+ |<prefix>.cluster.raft.snapshot_fail|Total number of failed Raft snapshot download attempts. (counter)
582585|===
583586
584587
You can’t perform that action at this time.
0 commit comments