diff --git a/hugo/content/en/serverless/aws_lambda/_index.md b/hugo/content/en/serverless/aws_lambda/_index.md index bddf8c05aaa..bb00f647862 100644 --- a/hugo/content/en/serverless/aws_lambda/_index.md +++ b/hugo/content/en/serverless/aws_lambda/_index.md @@ -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" diff --git a/hugo/content/en/serverless/azure_app_service/_index.md b/hugo/content/en/serverless/azure_app_service/_index.md index 1adcbf831d4..43c16a1302e 100644 --- a/hugo/content/en/serverless/azure_app_service/_index.md +++ b/hugo/content/en/serverless/azure_app_service/_index.md @@ -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" diff --git a/hugo/content/en/serverless/azure_container_apps/_index.mdoc.md b/hugo/content/en/serverless/azure_container_apps/_index.mdoc.md index ad72567752e..2b11ba0a0e4 100644 --- a/hugo/content/en/serverless/azure_container_apps/_index.mdoc.md +++ b/hugo/content/en/serverless/azure_container_apps/_index.mdoc.md @@ -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 diff --git a/hugo/content/en/serverless/azure_functions/_index.md b/hugo/content/en/serverless/azure_functions/_index.md index 99d67537cff..199c2fb48e3 100644 --- a/hugo/content/en/serverless/azure_functions/_index.md +++ b/hugo/content/en/serverless/azure_functions/_index.md @@ -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' @@ -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 diff --git a/hugo/content/en/serverless/google_cloud_run/_index.md b/hugo/content/en/serverless/google_cloud_run/_index.md index 1f5baee1cab..cd7d0714261 100644 --- a/hugo/content/en/serverless/google_cloud_run/_index.md +++ b/hugo/content/en/serverless/google_cloud_run/_index.md @@ -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'