Skip to content

Commit 7b6f53c

Browse files
committed
Add metrics for Raft Snapshots. Attempt/success/fail
1 parent 985abdb commit 7b6f53c

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
@@ -578,6 +578,9 @@ The deprecated Raft core metrics are replaced accordingly by the Raft metrics in
578578
|<prefix>.cluster.raft.replication_maybe|Raft Replication maybe count. (counter)
579579
|<prefix>.cluster.raft.replication_success|The total number of Raft replication requests that have succeeded. (counter)
580580
|<prefix>.cluster.raft.last_leader_message|The time elapsed since the last message from a leader in milliseconds. Should reset periodically. (gauge)
581+
|<prefix>.cluster.raft.snapshot_attempt|Downloading of Raft snapshot attempts triggered. (counter)
582+
|<prefix>.cluster.raft.snapshot_success|Downloading of Raft snapshot successful downloads. (counter)
583+
|<prefix>.cluster.raft.snapshot_fail|Downloading of Raft snapshot failed downloads. (counter)
581584
|===
582585

583586

0 commit comments

Comments
 (0)