Skip to content

Commit 9a97a8f

Browse files
committed
Change to gauge
1 parent 7b6f53c commit 9a97a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)