이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.
Join the Preview!

Datadog Serverless Monitoring for AWS Lambda Managed Instances is in Preview. To send feedback during the Preview, use the Share Feedback option on the Serverless page in Datadog.

Datadog provides full visibility into the metrics, logs, and traces emitted by your AWS Lambda Managed Instances. You can monitor your AWS Lambda Managed Instances alongside your other serverless compute services in a single, unified view. This enables you to spot bottlenecks, fix errors, and determine which workloads to refactor to optimize concurrency, whether that means increasing throughput or reducing unnecessary parallel executions.

Setup

  • Metrics, enhanced metrics, and log collection: Supported for all runtimes
  • Trace collection: Supported for Python, Node.js

Metrics and logs

To collect standard metrics and logs, set up Datadog’s AWS integration.

To collect enhanced Lambda metrics, set up the Datadog Lambda Extension.

Traces

To collect traces, use Datadog’s standard setup for instrumenting AWS Lambda functions. Choose your runtime:

Python
Node.js

Data collected

Datadog collects the same metrics for AWS Lambda Managed Instances as it does for standard AWS Lambda applications, excluding aws.lambda.enhanced.estimated_cost and aws.lambda.enhanced.billed_duration. These two metrics are not available for AWS Lambda Managed Instances.

See the list of all metrics collected for AWS Lambda applications.

Correlating logs and traces

To correlate your logs and traces, ensure that you have set DD_TRACE_ENABLED and DD_LOGS_INJECTION to true.


Known limitations

During Preview, the Datadog Lambda Extension and Lambda Libraries only support trace collection for Python and Node.js runtimes.