Skip to content
Draft
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: 2 additions & 1 deletion content/en/serverless/azure_functions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ further_reading:
---

## Overview
This page explains how to collect traces, trace metrics, runtime metrics, and custom metrics from your Azure Functions. To collect additional metrics, install the [Datadog Azure integration][5].
This page explains how to collect traces, trace metrics, runtime metrics, enhanced metrics, and custom metrics from your Azure Functions. [Enhanced metrics][11] are distinguished with the `azure.functions.enhanced.*` namespace. To collect additional metrics, install the [Datadog Azure integration][5].

Here is the list of supported runtimes, operating systems (OS) and hosting plans for Azure Functions monitoring:
- **Runtimes**: .NET, Node.js, Python, Java
Expand Down Expand Up @@ -239,3 +239,4 @@ You can collect [debug logs][6] for troubleshooting. To configure debug logs, us
[8]: https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan
[9]: /serverless/azure_app_service/windows_code/?tab=net
[10]: /profiler/
[11]: /integrations/azure-functions/#metrics
Loading