Skip to content

Commit 26354c8

Browse files
authored
Add OOM indexing failures index count metric
1 parent 33c50b4 commit 26354c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/commands/info.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ _Redis Query Engine fields_
570570
* `search_total_active_queries`: The total number of background queries currently being executed in the shard, excluding `FT.CURSOR READ`. <sup>[1](#tnote-1)</sup>
571571
* `search_errors_indexing_failures`: The total number of indexing failures recorded across all indexes in the shard. <sup>[1](#tnote-1)</sup>
572572
* `search_errors_for_index_with_max_failures`: The number of indexing failures in the index with the highest count of failures. <sup>[1](#tnote-1)</sup>
573+
* `search_OOM_indexing_failures_indexes_count`: The number of indexes whose background indexing process failed due to out-of-memory (OOM) conditions. <sup>[1](#tnote-1)</sup>
574+
573575

574576
1. <a name="tnote-1"></a> Available in RediSearch 2.6.
575577
2. <a name="tnote-2"></a> Available in RediSearch 2.8.

0 commit comments

Comments
 (0)