Amazon Translate is a text translation service that uses advanced machine learning technologies to provide high-quality translation on demand.
Resource Information:
- Type of Resource: Generic monitorable resource
- Discovery type: AWS SDK discovery type
- Discovery profile selection: Resource can be discovered by “Translate Job” in the profiler
- ResourceTag: AWS_TRANSLATE_JOB
- Resource Unique Identification: jobId (job.jobId())
- Dependencies: Translate Job may depend on S3 buckets for input and output data
Use Amazon Translate to translate unstructured text documents or to build applications that work in multiple languages.
Use the AWS public cloud integration to discover and collect metrics against the AWS service.
External reference
Setup
To set up the AWS integration and discover the AWS service, go to AWS Integration Discovery Profile and select Translate.
Event support
CloudTrail event support
- Not Supported
CloudWatch alarm support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
Supported metrics
| OpsRamp Metric | AWS Metric | Metric Display Name | Unit | Aggregation Type | Description |
|---|---|---|---|---|---|
| aws_translate_CharacterCount | CharacterCount | Character Count | Count | Average | The number of billable characters in requests |
| aws_translate_ResponseTime | ResponseTime | Response Time | Milliseconds | Average | The time that it took to respond to a request |
| aws_translate_ServerErrorCount | ServerErrorCount | Server Error Count | Count | Average | The number of server errors. The HTTP response code range for a server error is 500 to 599. |
| aws_translate_SuccessfulRequestCount | SuccessfulRequestCount | Successful Request Count | Count | Average | The number of successful translation requests. The response code for a successful request is 200 to 299. |
| aws_translate_ThrottledCount | ThrottledCount | Throttled Count | Count | Average | The number of requests subject to throttling. Use ThrottledCount to determine if your application is sending requests faster than your account is configured to accept them. |
| aws_translate_UserErrorCount | UserErrorCount | User Error Count | Count | Average | The number of user errors that occurred. The HTTP response code range for a user error is 400 to 499. |