Google Cloud

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

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