Skip to content

Commit 8697e78

Browse files
committed
Distributed tracing for node.js section
1 parent e565156 commit 8697e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/monitor-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The required Application Insights instrumentation is built into Azure Functions.
1919

2020
For a list of supported autoinstrumentation scenarios, see [Supported environments, languages, and resource providers](codeless-overview.md#supported-environments-languages-and-resource-providers).
2121

22-
## Distributed tracing for Java applications
22+
## Distributed tracing for Java function apps
2323

2424
> [!Note]
2525
> This feature used to have an 8- to 9-second cold startup implication, which has been reduced to less than 1 second. If you were an early adopter of this feature (for example, prior to February 2023), review the "Troubleshooting" section to update to the current version and benefit from the new faster startup.
@@ -140,7 +140,7 @@ Example:
140140
</configuration>
141141
```
142142

143-
## Distributed tracing for Node.js Function Apps
143+
## Distributed tracing for Node.js function apps
144144

145145
To view more data from your Node Azure Functions applications than is [collected by default](../../azure-functions/functions-monitoring.md#collecting-telemetry-data), instrument your Function using the [Azure Monitor OpenTelemetry Distro](./opentelemetry-enable.md?tabs=nodejs).
146146

0 commit comments

Comments
 (0)