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.
Overview
A brief introduction to the Google Cloud serverless offerings.
Setup
We offer two mechanisms for instrumenting serverless Google Cloud code: sidecar containers and in-process.
The sidecar containers are the suggested way to instrument these applications, deploying the datadog agent in a separate container that runs alongside your code. (add a few details about why we suggest this over in-process.) Detailed information for setting these up can be found at Google Cloud Run, Google Cloud Run Functions, and Google Cloud Run Functions (1st generation).
We continue to support the in-process. (add a few details and caveats.) Detailed information for setting up Google Cloud Run In-Process.
Sidecar vs. In-Process Instrumentation for Google Cloud Run
A discussion of the tradeoffs between instrumenting Google Cloud Run services with a sidecar vs. in-process. Touch on cost things, performance, and decoupling your application from the Datadog tooling.