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