File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,21 @@ The following metrics are added to the `INFO` command's output:
167
167
- ` search_add_subscription_skipped_count ` : Count of skipped subscription adding processes
168
168
- ` search_modify_subscription_failure_count ` : Count of failed subscription modifications
169
169
- ` search_modify_subscription_successful_count ` : Count of successful subscription modifications
170
+ - ` search_ingest_hash_keys ` : Count of hash keys processed for ingestion across all indexes
171
+ - ` search_ingest_hash_blocked ` : Count of currently blocked clients waiting for hash key ingestion operations
172
+ - ` search_ingest_json_keys ` : Count of JSON keys processed for ingestion across all indexes
173
+ - ` search_ingest_json_blocked ` : Count of currently blocked clients waiting for JSON key ingestion operations
174
+ - ` search_ingest_field_vector ` : Count of vector fields processed during ingestion
175
+ - ` search_ingest_field_numeric ` : Count of numeric fields processed during ingestion
176
+ - ` search_ingest_field_tag ` : Count of tag fields processed during ingestion
177
+ - ` search_ingest_last_batch_size ` : Size of the most recent ingestion batch processed
178
+ - ` search_ingest_total_batches ` : Count of total ingestion batches processed
179
+ - ` search_ingest_total_failures ` : Count of ingestion failures across all operations
180
+ - ` search_coordinator_bytes_out ` : Total bytes sent by the coordinator to other nodes
181
+ - ` search_coordinator_bytes_in ` : Total bytes received by the coordinator from other nodes
182
+ - ` search_coordinator_server_listening_port ` : Port number on which the coordinator server is listening
183
+ - ` search_used_read_cpu ` : Average CPU percentage used by the reader thread pool
184
+ - ` search_used_write_cpu ` : Average CPU percentage used by the writer thread pool
170
185
171
186
## Configuration
172
187
You can’t perform that action at this time.
0 commit comments