Skip to content

Commit 2b94356

Browse files
Update the description of <prefix>.cluster.raft.message_processing_timer (#1228) (#1232)
Update the metric's description according to the codebase
1 parent 7b59c22 commit 2b94356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ The total number of queries executed remotely to a member of a different cluster
399399
|<prefix>.cluster.raft.raft_log_entry_prefetch_buffer.size|Raft Log Entry Prefetch buffer size. (gauge)
400400
|<prefix>.cluster.raft.raft_log_entry_prefetch_buffer.async_put|Raft Log Entry Prefetch buffer async puts. (gauge)
401401
|<prefix>.cluster.raft.raft_log_entry_prefetch_buffer.sync_put|Raft Log Entry Prefetch buffer sync puts. (gauge)
402-
|<prefix>.cluster.raft.message_processing_delay|The time the Raft message stays in the queue after being received and before being processed, i.e. append and commit to the store. The higher the value, the longer the messages wait to be processed. This metric is closely linked to disk write performance.
402+
|<prefix>.cluster.raft.message_processing_delay|Delay between Raft message receive and process.
403403
(gauge)
404404
|<prefix>.cluster.raft.message_processing_timer|Timer for Raft message processing. (counter, histogram)
405405
|<prefix>.cluster.raft.replication_new|The total number of Raft replication requests. It increases with write transactions (possibly internal) activity. (counter)

0 commit comments

Comments
 (0)