Amazon Polly is a service that turns text into lifelike speech.
Enable this integration to see in Datadog all your Polly metrics.
If you haven’t already, set up the Amazon Web Services integration first.
Polly
is checked under metric collection.Configure Amazon Polly to send logs either to a S3 bucket or to Cloudwatch.
Note: If you log to a S3 bucket, make sure that amazon_polly
is set as Target prefix.
If you haven’t already, set up the Datadog log collection AWS Lambda function.
Once the lambda function is installed, manually add a trigger on the S3 bucket or Cloudwatch log group that contains your Amazon Polly logs in the AWS console:
aws.polly.request_characters (gauge) | The average number of characters in the request. This is billable characters only and does not include SSML tags. |
aws.polly.request_characters.sum (count) | The total number of characters in the request. This is billable characters only and does not include SSML tags. |
aws.polly.request_characters.maximum (gauge) | The maximum number of characters in the request. This is billable characters only and does not include SSML tags. |
aws.polly.request_characters.minimum (gauge) | The minimum number of characters in the request. This is billable characters only and does not include SSML tags. |
aws.polly.response_latency (gauge) | The average latency between when the request was made and the start of the streaming response. Shown as millisecond |
aws.polly.response_latency.minimum (gauge) | The minimum latency between when the request was made and the start of the streaming response. Shown as millisecond |
aws.polly.response_latency.maximum (gauge) | The minimum latency between when the request was made and the start of the streaming response. Shown as millisecond |
aws.polly.response_latency.sum (count) | The sum of the latency between when the request was made and the start of the streaming response. Shown as millisecond |
aws.polly.response_latency.samplecount (count) | The total number of successful responses Shown as response |
aws.polly.2xx_count (count) | Total number of HTTP 200 level code returned upon a successful response. Shown as response |
aws.polly.4xx_count (count) | Total number of HTTP 400 level code returned upon a successful response. For each successful response, a zero (0) is emitted. Shown as response |
aws.polly.5xx_count (count) | Total number of HTTP 500 level code returned upon a successful response. For each successful response, a zero (0) is emitted. Shown as response |
Each of the metrics retrieved from AWS will be assigned the same tags that appear in the AWS console, including but not limited to host name, security-groups, and more.
The AWS Polly integration does not include any events.
The AWS Polly integration does not include any service checks.
Need help? Contact Datadog support.
On this Page