Skip to content

Commit 1aec435

Browse files
authored
Improve the description of the metric cluster.raft.message_processing_delay (#954)
Cherry-picked from #929)
1 parent c0fce6e commit 1aec435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ By default, database metrics include:
317317
|<prefix>.cluster.raft.raft_log_entry_prefetch_buffer.size|Raft Log Entry Prefetch buffer size. (gauge)
318318
|<prefix>.cluster.raft.raft_log_entry_prefetch_buffer.async_put|Raft Log Entry Prefetch buffer async puts. (gauge)
319319
|<prefix>.cluster.raft.raft_log_entry_prefetch_buffer.sync_put|Raft Log Entry Prefetch buffer sync puts. (gauge)
320-
|<prefix>.cluster.raft.message_processing_delay|Delay between Raft message receive and process. (gauge)
320+
|<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.
321+
(gauge)
321322
|<prefix>.cluster.raft.message_processing_timer|Timer for Raft message processing. (counter, histogram)
322323
|<prefix>.cluster.raft.replication_new|The total number of Raft replication requests. It increases with write transactions (possibly internal) activity. (counter)
323324
|<prefix>.cluster.raft.replication_attempt|The total number of Raft replication requests attempts. It is bigger or equal to the replication requests. (counter)

0 commit comments

Comments
 (0)