Skip to content

Commit d0bbf80

Browse files
committed
Add info metrics
1 parent 63505c7 commit d0bbf80

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

topics/search.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,21 @@ The following metrics are added to the `INFO` command's output:
167167
- `search_add_subscription_skipped_count`: Count of skipped subscription adding processes
168168
- `search_modify_subscription_failure_count`: Count of failed subscription modifications
169169
- `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
170185

171186
## Configuration
172187

0 commit comments

Comments
 (0)