Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ To set up logging in your application, see [Node.js Log Collection][603]. To set

### Instrumentation

Instrumentation is done using a sidecar container. This sidecar container collects traces, metrics, and logs from your main application container and sends them to Datadog.
Instrumentation is done using a sidecar container. This sidecar container collects traces, enhanced metrics, custom metrics, and logs from your main application container and sends them to Datadog. [Enhanced metrics][5] are distinguished with the `azure.app_services.enhanced.*` namespace.

{{< tabs >}}
{{% tab "Datadog CLI" %}}
Expand Down Expand Up @@ -1002,3 +1002,4 @@ $statsd->increment('page.views', 1, array('environment'=>'dev'));
[2]: /serverless/guide/azure_app_service_linux_containers_serverless_init
[3]: https://app.datadoghq.com/integrations/azure
[4]: /profiler/
[5]: /integrations/azure-app-services/#metrics
3 changes: 2 additions & 1 deletion content/en/serverless/azure_container_apps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ further_reading:
---

## Overview
Azure Container Apps is a fully managed serverless platform for deploying and scaling container-based applications. Datadog provides standard metrics and log collection for Container Apps through the [Azure integration][1]. Datadog also provides a solution for instrumenting your Container Apps applications with a purpose-built Agent to enable tracing, custom metrics, and direct log collection.
Azure Container Apps is a fully managed serverless platform for deploying and scaling container-based applications. Datadog provides standard metrics and log collection for Container Apps through the [Azure integration][1]. Datadog also provides a solution for instrumenting your Container Apps applications with a purpose-built Agent to enable tracing, enhanced metrics, custom metrics, and direct log collection. [Enhanced metrics][4] are distinguished with the `azure.app_containerapps.enhanced.*` namespace.

{{< img src="serverless/azure_container_apps/aca_top_2.png" alt="Datadog UI, Serverless Monitoring page with Azure Container Apps selected." style="width:100%;" >}}

Expand Down Expand Up @@ -53,3 +53,4 @@ To instrument your Azure Container App with Datadog, choose one of two options:
[1]: /integrations/azure/#log-collection
[2]: /serverless/azure_container_apps/in_container
[3]: /serverless/azure_container_apps/sidecar
[4]: /integrations/azure-container-apps/#metrics
3 changes: 3 additions & 0 deletions content/en/serverless/google_cloud_run/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Google Cloud Run is a fully managed compute platform that lets you run stateless

Datadog provides monitoring and log collection for Cloud Run through the [Google Cloud integration][1].

Datadog also provides a solution for instrumenting your Cloud Run applications with a purpose-built Agent to enable tracing, enhanced metrics, custom metrics, and direct log collection. [Enhanced metrics][2] are distinguished with the `gcp.run.container.enhanced.*` and `gcp.run.job.enhanced.*` namespaces.

For instrumentation, select your workload below for instructions.

## Choose your workload
Expand All @@ -30,3 +32,4 @@ For instrumentation, select your workload below for instructions.
{{< partial name="whats-next/whats-next.html" >}}

[1]:/integrations/google_cloud_platform/
[2]:/integrations/google-cloud-run/#metrics
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This instrumentation method uses `serverless-init` and provides the following ad
- Support for manual APM instrumentation to customize spans.
- `Trace_ID` injection into application logs.
- Support for submitting custom metrics using DogStatsD.
- [Enhanced metrics][18] distinguished with the `azure.app_services.enhanced.*` namespace.

### Prerequisites

Expand Down Expand Up @@ -152,4 +153,5 @@ Share the content of the **Log stream** with [Datadog Support][17].
[14]: /tracing/other_telemetry/connect_logs_and_traces/python
[15]: /tracing/other_telemetry/connect_logs_and_traces/go
[16]: /tracing/other_telemetry/connect_logs_and_traces/ruby
[17]: /help
[17]: /help
[18]: /integrations/azure-app-services/#metrics
Loading