Skip to content

Commit 858bcb6

Browse files
Add metrics for Raft Snapshots. Attempt/success/fail (#1953)
Adding metrics for Raft Snapshot download. See neo-technology/neo4j#28148 --------- Co-authored-by: NataliaIvakina <[email protected]>
1 parent 3dd42c4 commit 858bcb6

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
@@ -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

0 commit comments

Comments
 (0)