Skip to content

Commit b02bd82

Browse files
Apply suggestions from code review
Co-authored-by: Rachel Elledge <[email protected]>
1 parent 63c32cf commit b02bd82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/commands/info/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,11 @@ The **modules** section contains additional information about loaded modules if
498498
* `search_number_of_indexes`: The total number of indexes in the shard.
499499
* `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.
500500
* `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.
503503
* `search_fields_text_Text`: The total number of `TEXT` fields across all indexes in the shard.
504504
* `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.
506506
* `search_fields_numeric_Numeric`: The total number of `NUMERIC` fields across all indexes in the shard.
507507
* `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.
508508
* `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.

content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,17 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
174174
| <span class="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 |
175175
| <span class="break-all">redis_server_up</span> | Shard is up and running |
176176
| <span class="break-all">redis_server_used_memory</span> | Memory used by shard (in BigRedis this includes flash) (bytes) |
177-
| <span class="break-all">search_number_of_indexes</span> | total number of indexes in the shard |
177+
| <span class="break-all">search_number_of_indexes</span> | Total number of indexes in the shard |
178178
| <span class="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. |
179179
| <span class="break-all">search_number_of_active_indexes_running_queries</span> | Total count of indexes currently running a background query process. |
180-
| <span class="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-
| <span class="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+
| <span class="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+
| <span class="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. |
182182
| <span class="break-all">search_fields_text_Text</span> | The total number of `TEXT` fields across all indexes in the shard. |
183183
| <span class="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. |
184184
| <span class="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. |
185185
| <span class="break-all">search_fields_numeric_Numeric</span> | The total number of `NUMERIC` fields across all indexes in the shard. |
186186
| <span class="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-
| <span class="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+
| <span class="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. |
188188
| <span class="break-all">search_fields_tag_Tag</span> | The total number of `TAG` fields across all indexes in the shard. |
189189
| <span class="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. |
190190
| <span class="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

Comments
 (0)