# serverless-gcp-sample-apps **Repository Path**: mirrors_DataDog/serverless-gcp-sample-apps ## Basic Information - **Project Name**: serverless-gcp-sample-apps - **Description**: Serverless Google Cloud sample apps using Datadog instrumentation. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-12 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Serverless Google Cloud Sample Apps This repository contains sample apps for various serverless Google Cloud environments. These samples can be used in conjunction with our official documentation to correctly set up Datadog instrumentation for your serverless applications. - [Google Cloud Run](./cloud-run/) - [Sidecar instrumentation](./cloud-run/sidecar/) - [Python](./cloud-run/sidecar/python/) - [Node.js](./cloud-run/sidecar/node/) - [Go](./cloud-run/sidecar/go/) - [Java](./cloud-run/sidecar/java/) - [.NET](./cloud-run/sidecar/dotnet/) - [Ruby](./cloud-run/sidecar/ruby/) - [PHP](./cloud-run/sidecar/php/) - [In-Container instrumentation](./cloud-run/in-container/) - [Python](./cloud-run/in-container/python/) - [Node.js](./cloud-run/in-container/node/) - [Go](./cloud-run/in-container/go/) - [Java](./cloud-run/in-container/java/) - [.NET](./cloud-run/in-container/dotnet/) - [Ruby](./cloud-run/in-container/ruby/) - [PHP](./cloud-run/in-container/php/) - [Google Cloud Run Functions (v2)](./cloud-run-functions/) - [Python](./cloud-run-functions/python/) - [Node.js](./cloud-run-functions/node/) - [Go](./cloud-run-functions/go/) - [Java](./cloud-run-functions/java/) - [.NET](./cloud-run-functions/dotnet/) - [Ruby](./cloud-run-functions/ruby/) - [Google Cloud Run Jobs (v2)](./cloud-run-jobs/) - [Python](./cloud-run-jobs/python/) - [Node.js](./cloud-run-jobs/node/) - [Go](./cloud-run-jobs/go/) - [Java](./cloud-run-jobs/java/) - [.NET](./cloud-run-jobs/dotnet/) To update licenses, run the `./update-licenses.sh` script. View the comments in the README to see what dependencies need to be installed first.