Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metrics for Raft Snapshots. Attempt/success/fail #1953

Merged
merged 4 commits into from
Jan 8, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ The deprecated Raft core metrics are replaced accordingly by the Raft metrics in
|<prefix>.cluster.raft.replication_maybe|Raft Replication maybe count. (counter)
|<prefix>.cluster.raft.replication_success|The total number of Raft replication requests that have succeeded. (counter)
|<prefix>.cluster.raft.last_leader_message|The time elapsed since the last message from a leader in milliseconds. Should reset periodically. (gauge)
|<prefix>.cluster.raft.snapshot_attempt|Downloading of Raft snapshot attempts triggered. (counter)
NataliaIvakina marked this conversation as resolved.
Show resolved Hide resolved
|<prefix>.cluster.raft.snapshot_success|Downloading of Raft snapshot successful downloads. (counter)
NataliaIvakina marked this conversation as resolved.
Show resolved Hide resolved
|<prefix>.cluster.raft.snapshot_fail|Downloading of Raft snapshot failed downloads. (counter)
NataliaIvakina marked this conversation as resolved.
Show resolved Hide resolved
|===


Expand Down