From 17929623b62ba810522f8b0f749b2325e69f75d5 Mon Sep 17 00:00:00 2001 From: Ragnar Wernersson Date: Wed, 18 Jun 2025 16:21:09 +0200 Subject: [PATCH 1/2] Add new metric message_processing_timer --- modules/ROOT/pages/monitoring/metrics/reference.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index 12e003d8a..100acb362 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -464,6 +464,7 @@ This is not an indication of an error of any kind. |.cluster.raft.raft_log_entry_prefetch_buffer.sync_put|Raft Log Entry Prefetch buffer sync puts. (gauge) |.cluster.raft.message_processing_delay|Delay between receiving a Raft message and starting its processing. (gauge) +|.cluster.raft.message_processing_delay_timer|label:new[Introduced in 2025.07] Metrics Timer for Raft message processing delays. The Timer provides different types of statistics, for example, min, max, p999, and mean_rate. (counter, histogram) |.cluster.raft.message_processing_timer|Metrics Timer for Raft message processing, independent of the message type. The Timer provides different types of statistics, for example, `min`, `max`, `p999`, and `mean_rate`. (counter, histogram) |.cluster.raft.replication_new|The total number of Raft replication requests. It increases with write transactions (possibly internal) activity. (counter) |.cluster.raft.replication_attempt|The total number of Raft replication requests attempts. It is bigger or equal to the replication requests. (counter) From 656905f534be5009c0a3546fae54770e782765f1 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:28:12 +0200 Subject: [PATCH 2/2] Update modules/ROOT/pages/monitoring/metrics/reference.adoc --- modules/ROOT/pages/monitoring/metrics/reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/monitoring/metrics/reference.adoc b/modules/ROOT/pages/monitoring/metrics/reference.adoc index 100acb362..80d5ad3c9 100644 --- a/modules/ROOT/pages/monitoring/metrics/reference.adoc +++ b/modules/ROOT/pages/monitoring/metrics/reference.adoc @@ -464,7 +464,7 @@ This is not an indication of an error of any kind. |.cluster.raft.raft_log_entry_prefetch_buffer.sync_put|Raft Log Entry Prefetch buffer sync puts. (gauge) |.cluster.raft.message_processing_delay|Delay between receiving a Raft message and starting its processing. (gauge) -|.cluster.raft.message_processing_delay_timer|label:new[Introduced in 2025.07] Metrics Timer for Raft message processing delays. The Timer provides different types of statistics, for example, min, max, p999, and mean_rate. (counter, histogram) +|.cluster.raft.message_processing_delay_timer|label:new[Introduced in 2025.07] Metrics Timer for Raft message processing delays. The Timer provides different types of statistics, for example, `min`, `max`, `p999`, and `mean_rate`. (counter, histogram) |.cluster.raft.message_processing_timer|Metrics Timer for Raft message processing, independent of the message type. The Timer provides different types of statistics, for example, `min`, `max`, `p999`, and `mean_rate`. (counter, histogram) |.cluster.raft.replication_new|The total number of Raft replication requests. It increases with write transactions (possibly internal) activity. (counter) |.cluster.raft.replication_attempt|The total number of Raft replication requests attempts. It is bigger or equal to the replication requests. (counter)