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

This page explains how to disable Datadog Serverless Monitoring.

AWS

To enable Serverless Monitoring, see Datadog's documentation for AWS Lambda or AWS Step Functions.

To disable Serverless Monitoring for AWS Lambda or AWS Step Functions:

Disable metric collection

  1. In Datadog, navigate to the AWS integration tile.

  2. Select your AWS account on the left.

  3. Navigate to the Metric Collection tab and toggle off metric collection from the AWS services you want to stop monitoring.

    Datadog-AWS integration tile, Metric Collection tab. With 'lambda' in the search bar, the AWS Lambda service appears. The toggle is in a disabled position.
  4. Save your changes.

Disable tracing

Remove any Datadog Lambda Libraries from your AWS Lambda functions.

Azure

To enable Serverless Monitoring, see Datadog's documentation for Azure App Service, Azure Container Apps, or Azure Functions.

To disable Serverless Monitoring for Azure App Service, Azure Container Apps, or Azure Functions:

Disable metric collection

  1. In Datadog, navigate to the Azure integration tile.

  2. Select your app registration on the left.

  3. Navigate to the Metric Collection tab and toggle off metric collection for the Azure services you wish to stop monitoring.

    Datadog-Azure integration tile, Metric Collection tab. With 'container apps' in the search bar, the Azure Container Apps service appears. The toggle is in a disabled position.
  4. Save your changes.

Disable tracing

If you deployed the Datadog Agent in a sidecar container, remove it. If you are using datadog/serverless-init, remove it from your Dockerfile.

Google Cloud

To enable Serverless Monitoring, see Datadog's documentation for Google Cloud Run.

To disable Serverless Monitoring for Google Cloud Run containers or functions:

Disable metrics

  1. In Datadog, navigate to the Google Cloud integration tile.

  2. Select your GCP account on the left.

  3. Navigate to the Metric Collection tab and toggle off metric collection for the Google Cloud services you wish to stop monitoring.

    Datadog-Google Cloud integration tile, Metric Collection tab. With 'cloud run' in the search bar, the Cloud Run and Cloud Run functions services appear. Both toggles are in a disabled position.
  4. Save your changes.

Disable tracing

If you deployed the Datadog Agent in a sidecar container, remove it with the Datadog CLI’s uninstrument command. If you are using datadog/serverless-init, remove it from your Dockerfile.