---
title: Amazon Lex monitoring integration
source: https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-lex-monitoring-integration
---

[New Relic infrastructure integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) include an Amazon Lex integration for reporting your Lex data to New Relic. Here we explain how to activate our integration and what data can be reported.

Enable the [AWS CloudWatch Metric Streams integration](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-metric-stream/) to monitor all CloudWatch metrics from your AWS services, including custom namespaces. Individual integrations are no longer our recommended option.

## Features [#features]

[Amazon Lex](https://aws.amazon.com/lex/) (Lex) is an AWS service for building conversational interfaces into applications using voice and text. With New Relic's Lex integration, you'll be able to monitor number of requests, channels used for Bot conversation and more. You'll be able to create custom charts of your data and [create alert conditions](https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/infrastructure-alert-conditions/infrastructure-alerts-add-edit-or-view-host-alert-information) based on changes in Lex data or configuration.

## Activate integration [#activate]

To enable this integration, see how to [connect AWS services to New Relic](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/connect/aws-metric-stream/#set-up-metric-stream).

## Find and use data [#find-data]

To find this integration's data, go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Infrastructure > AWS**, and select one of the Amazon Lex integration links.

You can [query and explore your data](https://docs.newrelic.com/docs/using-new-relic/data/understand-data/query-new-relic-data) using the **Metric** table and `namespace='AWS/Lex'`.

For more on how to find and use integration data, see how to [understand integration data](https://docs.newrelic.com/docs/infrastructure/integrations/find-use-infrastructure-integration-data).

## Metric data [#metrics]

This New Relic infrastructure integration collects the following Amazon Lex data:

> #### 💡 TIP
>
> For full descriptions of each metric, see [Amazon's Lex Dimensions and Metrics](https://docs.aws.amazon.com/lex/latest/dg/monitoring-aws-lex-cloudwatch.html).

| Name                                                                                                                                                      | Data type     |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| `RuntimeRequestCount`                                                                                                                                     | integer/count |
| `RuntimeSuccessfulRequestLatency`                                                                                                                         | milliseconds  |
| `RuntimeThrottledEvents`                                                                                                                                  | integer/count |
| `RuntimeSystemErrors` `RuntimeLambdaErrors` `RuntimePollyErrors` `RuntimeUserErrors`                                                                      | integer/count |
| `RuntimeConcurrency`                                                                                                                                      | integer/count |
| `BotChannelRequestCount`                                                                                                                                  | integer/count |
| `BotChannelInboundThrottledEvents` `BotChannelOutboundThrottledEvents`                                                                                    | integer/count |
| `ConversationLogsAudioDeliverySuccess` `ConversationLogsAudioDeliveryFailure` `ConversationLogsTextDeliverySuccess` `ConversationLogsTextDeliveryFailure` | integer/count |
| `BotChannelAuthErrors` `BotChannelConfigurationErrors` `BotChannelResponseCardErrors` `BotChannelSystemErrors`                                            | integer/count |
