From 2d487b1d2f3bc409476ab4ac3e83438c6adde1f5 Mon Sep 17 00:00:00 2001 From: meiravgri <109056284+meiravgri@users.noreply.github.com> Date: Tue, 12 May 2026 12:34:17 +0300 Subject: [PATCH] Add redis_server_search_total_coord_dispatch_time_ms metric Added a new metric for total coordinator dispatch time in ms. --- content/embeds/rs-prometheus-metrics-v2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/embeds/rs-prometheus-metrics-v2.md b/content/embeds/rs-prometheus-metrics-v2.md index 9911073fa3..c0884cb1e9 100644 --- a/content/embeds/rs-prometheus-metrics-v2.md +++ b/content/embeds/rs-prometheus-metrics-v2.md @@ -245,6 +245,7 @@ | redis_server_search_total_query_commands | The total number of successful query command executions (including `FT.SEARCH`, `FT.AGGREGATE`, and `FT.CURSOR READ`). [1](#tnote-1) | | redis_server_search_total_query_execution_time_ms | The cumulative execution time of all query commands, including `FT.SEARCH`, `FT.AGGREGATE`, and `FT.CURSOR READ`, measured in ms. [1](#tnote-1) | | redis_server_search_total_active_queries | The total number of background queries currently being executed in the shard, excluding `FT.CURSOR READ`. [1](#tnote-1) | +| redis_server_search_total_coord_dispatch_time_ms | The cumulative time the coordinator spent building and dispatching query commands (`FT.SEARCH`, `FT.AGGREGATE`, and `FT.HYBRID`) to the shards, measured in ms. [4](#tnote-4) | | redis_server_search_errors_indexing_failures | The total number of indexing failures recorded across all indexes in the shard. [1](#tnote-1) | | redis_server_search_errors_for_index_with_max_failures | The number of indexing failures in the index with the highest count of failures. [1](#tnote-1) | | shard_ping_failures | gauge | Number of consecutive ping failures for a shard. Labels: shard_uid, role |