Skip to content
Open
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
2 changes: 1 addition & 1 deletion doc_source/monitoring-cloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OpenSearch Serverless reports the following metrics in the `AWS/AOSS` namespace\
| IngestionDocumentErrors | The total number of document errors during ingestion for a collection or index\. After a successful bulk indexing request, writers process the request and emit errors for all failed documents within the request\. **Relevant statistics**: Sum **Dimensions**: `ClientId`, `CollectionId`, `CollectionName`, `IndexId`, `IndexName` **Frequency**: 60 seconds |
| IngestionDocumentRate | The rate per second at which documents are being ingested to a collection or index\. This metric only applies to bulk indexing requests\. **Relevant statistics**: Sum **Dimensions**: `ClientId`, `CollectionId`, `CollectionName`, `IndexId`, `IndexName` **Frequency**: 60 seconds |
| IngestionRequestErrors | The total number of bulk indexing request errors to a collection\. OpenSearch Serverless emits this metric when a bulk indexing request fails for any reason, such as an authentication or availability issue\. **Relevant statistics**: Sum **Dimensions**: `ClientId`, `CollectionId`, `CollectionName` **Frequency**: 60 seconds |
| IngestionRequestLatency | The latency, in seconds, for bulk write operations to a collection\. **Relevant statistics**: Minimum, Maximum, Average **Dimensions**: `ClientId`, `CollectionId`, `CollectionName` **Frequency**: 60 seconds |
| IngestionRequestLatency | The latency, in milliseconds, for bulk write operations to a collection\. **Relevant statistics**: Minimum, Maximum, Average **Dimensions**: `ClientId`, `CollectionId`, `CollectionName` **Frequency**: 60 seconds |
| IngestionRequestRate | The total number of bulk write operations received by a collection\. **Relevant statistics**: Minimum, Maximum, Average **Dimensions**: `ClientId`, `CollectionId`, `CollectionName` **Frequency**: 60 seconds |
| IngestionRequestSuccess | The total number of successful indexing operations to a collection\. **Relevant statistics**: Sum **Dimensions**: `ClientId`, `CollectionId`, `CollectionName` **Frequency**: 60 seconds |
| SearchableDocuments | The total number of searchable documents in a collection or index\. **Relevant statistics**: Sum **Dimensions**: `ClientId`, `CollectionId`, `CollectionName`, `IndexId`, `IndexName` **Frequency**: 60 seconds |
Expand Down