- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
AWS App Runner enables you to deploy an application from source code or a container image to AWS.
Enable this integration to see all your App Runner metrics in Datadog.
If you haven’t already, set up the Amazon Web Services integration first.
AppRunner
is enabled under the Metric Collection
tab.There are two types of logs you can integrate with Datadog from your applications managed by AWS App Runner. These logs are sent to CloudWatch under two different log groups. The first is the service log group that captures all lifecycle activity logs for your App Runner service such as application builds and deployments. The second is the application log group that contains log output from the code of your running application.
AWS App Runner sends both service and operation status change events to EventBridge, which you can forward to Datadog for viewing in the Event Stream. To send these events to Datadog, do the following:
aws.apprunner.2xx_status_responses (count) | The number of 2XX HTTP responses. Shown as response |
aws.apprunner.4xx_status_responses (count) | The number of 4XX HTTP responses. Shown as response |
aws.apprunner.5xx_status_responses (count) | The number of 5XX HTTP responses. Shown as response |
aws.apprunner.active_instances (gauge) | The number of active instances. Shown as instance |
aws.apprunner.cpuutilization (gauge) | Average CPU usage over one-minute periods. Shown as percent |
aws.apprunner.memory_utilization (gauge) | Average memory usage over one-minute periods. Shown as percent |
aws.apprunner.request_latency (gauge) | The time it took your web service to process HTTP requests. Shown as millisecond |
aws.apprunner.request_latency.p50 (gauge) | 50th percentile of the time it took your web service to process HTTP requests. Shown as millisecond |
aws.apprunner.request_latency.p95 (gauge) | 95th percentile of the time it took your web service to process HTTP requests. Shown as millisecond |
aws.apprunner.request_latency.p99 (gauge) | 99th percentile of the time it took your web service to process HTTP requests. Shown as millisecond |
aws.apprunner.requests (count) | The number of HTTP requests that the service received. Shown as request |
The AWS App Runner integration supports both service and operation status change events from EventBridge.
The AWS App Runner integration does not include any service checks.
Need help? Contact Datadog support.