Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hugo/content/en/serverless/aws_lambda/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ further_reading:
- link: "/serverless/guide/disable_serverless"
tag: "Documentation"
text: "Disable Serverless Monitoring"
- link: "/opentelemetry/setup/otlp_ingest/serverless/?tab=aws#lambda"
tag: "Documentation"
text: "Send AWS Lambda traces to Datadog with OTLP"
- link: "https://www.datadoghq.com/blog/monitoring-lambda-containers/"
tag: "Blog"
text: "Monitor AWS Lambda functions deployed using container images"
Expand Down
3 changes: 3 additions & 0 deletions hugo/content/en/serverless/azure_app_service/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ further_reading:
- link: "/serverless/guide/disable_serverless"
tag: "Documentation"
text: "Disable Serverless Monitoring"
- link: "/opentelemetry/setup/otlp_ingest/serverless/?tab=azure#web-apps-app-service"
tag: "Documentation"
text: "Send Azure App Service traces to Datadog with OTLP"
- link: "https://www.datadoghq.com/blog/azure-app-service-extension/"
tag: "Blog"
text: "Monitor .NET web apps with the Datadog extension for Azure App Service"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ further_reading:
- link: "/mcp_server/tools/#serverless_onboarding"
tag: "Documentation"
text: "Datadog MCP Server: serverless_onboarding tool"
- link: "/opentelemetry/setup/otlp_ingest/serverless/?tab=azure#container-apps"
tag: "Documentation"
text: "Send Azure Container Apps traces to Datadog with OTLP"
---

## Overview
Expand Down
7 changes: 7 additions & 0 deletions hugo/content/en/serverless/azure_functions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ further_reading:
- link: "/serverless/guide/disable_serverless"
tag: "Documentation"
text: "Disable Serverless Monitoring"
- link: "/opentelemetry/setup/otlp_ingest/serverless/?tab=azure#azure-functions"
tag: "Documentation"
text: "Send Azure Functions traces to Datadog with OTLP"
- link: 'http://datadoghq.com/blog/azure-well-architected-serverless-applications-best-practices/'
tag: 'Blog'
text: 'Build secure and scalable Azure serverless applications with the Well-Architected Framework'
Expand Down Expand Up @@ -229,6 +232,10 @@ You can collect [debug logs][6] for troubleshooting. To configure debug logs, us

**Values**: `trace`, `debug`, `info`, `warn`, `error`, `critical`, `off`

## Further reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /account_management/api-app-keys/#add-an-api-key-or-client-token
[2]: /getting_started/site
[3]: https://app.datadoghq.com/apm/traces
Expand Down
3 changes: 3 additions & 0 deletions hugo/content/en/serverless/google_cloud_run/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ further_reading:
- link: "/serverless/guide/disable_serverless"
tag: "Documentation"
text: "Disable Serverless Monitoring"
- link: "/opentelemetry/setup/otlp_ingest/serverless/?tab=gcp#cloud-run-and-cloud-run-functions"
tag: "Documentation"
text: "Send Cloud Run traces to Datadog with OTLP"
- link: 'https://www.datadoghq.com/blog/collect-traces-logs-from-cloud-run-with-datadog/'
tag: 'Blog'
text: 'Collect traces, logs, and custom metrics from Cloud Run services'
Expand Down
Loading