Disable Serverless Monitoring
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
This page explains how to disable Datadog Serverless Monitoring.
AWS
To disable Serverless Monitoring for AWS Lambda or AWS Step Functions:
Disable metric collection
In Datadog, navigate to the AWS integration tile.
Select your AWS account on the left.
Navigate to the Metric Collection tab and toggle off metric collection from the AWS services you want to stop monitoring.
Save your changes.
Disable tracing
Remove any Datadog Lambda Libraries from your AWS Lambda functions.
Azure
To disable Serverless Monitoring for Azure App Service, Azure Container Apps, or Azure Functions:
Disable metric collection
In Datadog, navigate to the Azure integration tile.
Select your app registration on the left.
Navigate to the Metric Collection tab and toggle off metric collection for the Azure services you wish to stop monitoring.
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
In Datadog, navigate to the Google Cloud integration tile.
Select your GCP account on the left.
Navigate to the Metric Collection tab and toggle off metric collection for the Google Cloud services you wish to stop monitoring.
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.