---
title: Amazon App Runner integration
source: https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-apprunner
---

[New Relic's infrastructure integrations](https://docs.newrelic.com/docs/infrastructure/introduction-infra-monitoring) include an integration for reporting your Amazon App Runner data to New Relic. This document explains how to activate the integration and describes the data reported.

## Features [#features]

This integration lets you collect and send telemetry data from apps and services running on Amazon App Runner containers. Once you're monitoring your services, you can query incoming dat and build dashboards to observe everything at a glance.

## Activate integration [#activate]

To enable this integration, follow the standard procedures in our [Connect AWS services to New Relic](https://docs.newrelic.com/docs/infrastructure/infrastructure-integrations/getting-started/connect-aws-integrations-infrastructure) doc.

## Configuration and polling [#config-poll]

You can change the polling frequency and filter data using [configuration options](https://docs.newrelic.com/docs/integrations/new-relic-integrations/getting-started/configure-polling-frequency-data-collection-cloud-integrations).

[Default polling information](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-polling-intervals-infrastructure-integrations) for the AWS integrations:

-   New Relic polling interval: 5 minutes
-   Amazon CloudWatch data interval: 1 minute or 5 minutes

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

To find your integration data:

-   For logs: Go to **[one.newrelic.com ](https://one.newrelic.com) > Logs > Attributes > AWS** and select **logGroup** and/or **logStream**
-   For metrics: Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Metrics and events** and filter by `aws.apprunner`

## Metric data [#metric]

| Metric (min, max, average) | Unit       | Description                                   |
| -------------------------- | ---------- | --------------------------------------------- |
| `2xxStatusResponses`       | count      | Number of successfull requests to the service |
| `4xxStatusResponses`       | count      | Number of failed requests to the service      |
| `ActiveInstances`          | count      | Number of active instances                    |
| `CPUUtilization`           | percentage | Instance CPU loading                          |
| `MemoryUtilization`        | percentage | Instance memory utilization                   |
| `RequestLatency`           | ms         | How long a request takes                      |
| `Requests`                 | count      | Total number of requests                      |

## How to use your data

**Access logs**

Use AWS Lambda to send CloudWatch App Runner logs to New Relic. Learn how to [install and configure the CloudWatch logs Lambda function ](https://docs.newrelic.com/docs/logs/forward-logs/aws-lambda-sending-cloudwatch-logs/#install-function).

**Create alerts**

Alerts can be set up to notify you of breaking changes. For example, an alert can be set up to notify relevant parties of critical or fatal errors:

Learn more about creating alerts [here](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/learn-alerts/introduction-alerts/).
