Google Cloud

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

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.

PREVIEWING: aleksandr.pasechnik/google-cloud-run-first-draft