You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/info/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -498,11 +498,11 @@ The **modules** section contains additional information about loaded modules if
498
498
*`search_number_of_indexes`: The total number of indexes in the shard.
499
499
*`search_number_of_active_indexes`: The total number of indexes running a background indexing and/or background query processing operation. Background indexing refers to vector ingestion process, or in-progress background indexer.
500
500
*`search_number_of_active_indexes_running_queries`: The total count of indexes currently running a background query process.
501
-
*`search_number_of_active_indexes_indexing`: The total count of indexes currently undergoing a background indexing process. Background indexing refers to a vector ingestion process, or an in-progress background indexer. This metric is Limited by the number of WORKER threads allocated for writing operations plus the number of indexes.
502
-
*`search_total_active_write_threads`: The total count of background write (indexing) processes currently running in the shard. Background indexing refers to a vector ingestion process, or an in-progress background indexer. This metric is Limited by the number of threads allocated for writing operations.
501
+
*`search_number_of_active_indexes_indexing`: The total count of indexes currently undergoing a background indexing process. Background indexing refers to a vector ingestion process, or an in-progress background indexer. This metric is limited by the number of WORKER threads allocated for writing operations plus the number of indexes.
502
+
*`search_total_active_write_threads`: The total count of background write (indexing) processes currently running in the shard. Background indexing refers to a vector ingestion process, or an in-progress background indexer. This metric is limited by the number of threads allocated for writing operations.
503
503
*`search_fields_text_Text`: The total number of `TEXT` fields across all indexes in the shard.
504
504
*`search_fields_text_Sortable`: The total number of `SORTABLE TEXT` fields across all indexes in the shard. This field appears only if its value is larger than 0.
505
-
*`search_fields_text_NoIndex`: The total number of `NOINDEX TEXT` fields across all indexes in the shard; i.e., used for sorting only but not indexed. This field appears only if its value is larger than 0.
505
+
*`search_fields_text_NoIndex`: The total number of `NOINDEX TEXT` fields across all indexes in the shard, which are used for sorting only but not indexed. This field appears only if its value is larger than 0.
506
506
*`search_fields_numeric_Numeric`: The total number of `NUMERIC` fields across all indexes in the shard.
507
507
*`search_fields_numeric_Sortable`: The total number of `SORTABLE NUMERIC` fields across all indexes in the shard. This field appears only if its value is larger than 0.
508
508
*`search_fields_numeric_NoIndex`: The total number of `NOINDEX NUMERIC` fields across all indexes in the shard; i.e., used for sorting only but not indexed. This field appears only if its value is larger than 0.
Copy file name to clipboardExpand all lines: content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,17 +174,17 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
174
174
| <spanclass="break-all">redis_server_total_net_output_bytes</span> | Number of bytes sent by the shard; calculate the throughput for a time period by comparing the value at different times |
175
175
| <spanclass="break-all">redis_server_up</span> | Shard is up and running |
176
176
| <spanclass="break-all">redis_server_used_memory</span> | Memory used by shard (in BigRedis this includes flash) (bytes) |
177
-
| <spanclass="break-all">search_number_of_indexes</span> |total number of indexes in the shard |
177
+
| <spanclass="break-all">search_number_of_indexes</span> |Total number of indexes in the shard |
178
178
| <spanclass="break-all">search_number_of_active_indexes</span> | The total number of indexes running a background indexing and/or background query processing operation. Background indexing refers to vector ingestion process, or in-progress background indexer. |
179
179
| <spanclass="break-all">search_number_of_active_indexes_running_queries</span> | Total count of indexes currently running a background query process. |
180
-
| <spanclass="break-all">search_number_of_active_indexes_indexing</span> | Total count of indexes currently undergoing a background indexing process. Background indexing refers to vector ingestion process, or in-progress background indexer. This metric is Limited by the number of WORKER threads allocated for writing operations + the number of indexes. |
181
-
| <spanclass="break-all">search_total_active_write_threads</span> | Total count of background write (indexing) processes currently running in the shard. Background indexing refers to vector ingestion process, or in-progress background indexer. This metric is Limited by the number of threads allocated for writing operations. |
180
+
| <spanclass="break-all">search_number_of_active_indexes_indexing</span> | Total count of indexes currently undergoing a background indexing process. Background indexing refers to vector ingestion process, or in-progress background indexer. This metric is limited by the number of WORKER threads allocated for writing operations + the number of indexes. |
181
+
| <spanclass="break-all">search_total_active_write_threads</span> | Total count of background write (indexing) processes currently running in the shard. Background indexing refers to vector ingestion process, or in-progress background indexer. This metric is limited by the number of threads allocated for writing operations. |
182
182
| <spanclass="break-all">search_fields_text_Text</span> | The total number of `TEXT` fields across all indexes in the shard. |
183
183
| <spanclass="break-all">search_fields_text_Sortable</span> | The total number of `SORTABLE TEXT` fields across all indexes in the shard. This field appears only if its value is larger than 0. |
184
184
| <spanclass="break-all">search_fields_text_NoIndex</span> | The total number of `NOINDEX TEXT` fields across all indexes in the shard; i.e., used for sorting only but not indexed. This field appears only if its value is larger than 0. |
185
185
| <spanclass="break-all">search_fields_numeric_Numeric</span> | The total number of `NUMERIC` fields across all indexes in the shard. |
186
186
| <spanclass="break-all">search_fields_numeric_Sortable</span> | The total number of `SORTABLE NUMERIC` fields across all indexes in the shard. This field appears only if its value is larger than 0. |
187
-
| <spanclass="break-all">search_fields_numeric_NoIndex</span> | The total number of `NOINDEX NUMERIC` fields across all indexes in the shard; i.e., used for sorting only but not indexed. This field appears only if its value is larger than 0. |
187
+
| <spanclass="break-all">search_fields_numeric_NoIndex</span> | The total number of `NOINDEX NUMERIC` fields across all indexes in the shard, which are used for sorting only but not indexed. This field appears only if its value is larger than 0. |
188
188
| <spanclass="break-all">search_fields_tag_Tag</span> | The total number of `TAG` fields across all indexes in the shard. |
189
189
| <spanclass="break-all">search_fields_tag_Sortable</span> | The total number of `SORTABLE TAG` fields across all indexes in the shard. This field appears only if its value is larger than 0. |
190
190
| <spanclass="break-all">search_fields_tag_NoIndex</span> | The total number of `NOINDEX TAG` fields across all indexes in the shard; i.e., used for sorting only but not indexed. This field appears only if its value is larger than 0. |
0 commit comments