From a517d37e67825c8de1f75922abd4499ebd5e75fd Mon Sep 17 00:00:00 2001 From: lerman25 <58445352+lerman25@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:53:20 +0200 Subject: [PATCH 1/2] Add OOM indexing failures count metric --- content/commands/info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/commands/info.md b/content/commands/info.md index d8ade806a..723c4cf97 100644 --- a/content/commands/info.md +++ b/content/commands/info.md @@ -570,6 +570,7 @@ _Redis Query Engine fields_ * `search_total_active_queries`: The total number of background queries currently being executed in the shard, excluding `FT.CURSOR READ`. [1](#tnote-1) * `search_errors_indexing_failures`: The total number of indexing failures recorded across all indexes in the shard. [1](#tnote-1) * `search_errors_for_index_with_max_failures`: The number of indexing failures in the index with the highest count of failures. [1](#tnote-1) +* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. [1](#tnote-1) 1. Available in RediSearch 2.6. 2. Available in RediSearch 2.8. From 0d61a06d3980bdfeef344b8722a8ae3498a112cb Mon Sep 17 00:00:00 2001 From: lerman25 <58445352+lerman25@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:58:03 +0200 Subject: [PATCH 2/2] Update footnote reference for OOM indexing failures --- content/commands/info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands/info.md b/content/commands/info.md index 723c4cf97..b05e27e48 100644 --- a/content/commands/info.md +++ b/content/commands/info.md @@ -570,7 +570,7 @@ _Redis Query Engine fields_ * `search_total_active_queries`: The total number of background queries currently being executed in the shard, excluding `FT.CURSOR READ`. [1](#tnote-1) * `search_errors_indexing_failures`: The total number of indexing failures recorded across all indexes in the shard. [1](#tnote-1) * `search_errors_for_index_with_max_failures`: The number of indexing failures in the index with the highest count of failures. [1](#tnote-1) -* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. [1](#tnote-1) +* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. [2](#tnote-2) 1. Available in RediSearch 2.6. 2. Available in RediSearch 2.8.