File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/ROOT/pages/monitoring/metrics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -578,9 +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 )
581+ |<prefix>.cluster.raft.snapshot_attempt|Downloading of Raft snapshot attempts triggered. (gauge )
582+ |<prefix>.cluster.raft.snapshot_success|Downloading of Raft snapshot successful downloads. (gauge )
583+ |<prefix>.cluster.raft.snapshot_fail|Downloading of Raft snapshot failed downloads. (gauge )
584584|===
585585
586586
You can’t perform that action at this time.
0 commit comments