Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions deploy-manage/monitor/autoops/ec-autoops-index-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ The **Indices** view offers you a powerful tool for managing and optimizing your

## Index metrics [ec-autoops-index-metrics]

| Metrics name | Metrics description | |
| --- | --- | --- |
| Size | Total size of all primary shards of the index | |
| Indexing rate | Number of documents being indexed per second on primary shards of the index | |
| Search rate | Number of search requests being executed per second on all shards of the index | |
| Document count | Total number of non-deleted documents in all primary shards of the index, including nested documents | |
| Indexing latency | Average latency for indexing documents, which is the time it takes to index documents divided by the number that were indexed in primary shards of the index | |
| Search latency | Average latency for searching, which is the time it takes to execute searches divided by the number of searches submitted to all shards of the index | |
| Errors | Number of failed indexing operations for the index | |
| Merge rate | Number of merge operations being executed per second on all primary shards of the index | |
| Metrics name | Metrics description |
| --- | --- |
| Size | Total size of all primary shards of the index |
| Indexing rate | Number of documents being indexed per second on primary shards of the index |
| Search rate | Number of search requests being executed per second on all shards of the index |
| Document count | Total number of non-deleted documents in all primary shards of the index, including nested documents |
| Indexing latency | Average latency for indexing documents, which is the time it takes to index documents divided by the number that were indexed in primary shards of the index |
| Search latency | Average latency for searching, which is the time it takes to execute searches divided by the number of searches submitted to all shards of the index |
| Errors | Number of failed indexing operations for the index |
| Merge rate | Number of merge operations being executed per second on all primary shards of the index |

Loading