Skip to content

Commit f40f2c2

Browse files
committed
Update Application Insights SDK notes and clarify distributed tracing guidance for Node.js v4
1 parent 7f14fca commit f40f2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/functions-reference-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,10 +1121,10 @@ Azure Functions lets you define the threshold level to be used when tracking and
11211121
By default, Azure Functions writes output as traces to Application Insights. For more control, you can instead use the [Application Insights Node.js SDK](https://github.com/microsoft/applicationinsights-node.js) to send custom logs, metrics, and dependencies to your Application Insights instance.
11221122
11231123
> [!NOTE]
1124-
> Some methods in the Application Insights Node.js SDK have changed over time and might have minor syntax differences from the examples shown here. For the latest API usage, see the [Application Insights Node.js SDK documentation](https://github.com/microsoft/applicationinsights-node.js).
1124+
> Methods in the Application Insights Node.js SDK might change over time and there could be minor syntax differences from the examples shown here. For the latest API usage examples, see the [Application Insights Node.js SDK documentation](https://github.com/microsoft/applicationinsights-node.js).
11251125
11261126
::: zone pivot="nodejs-model-v4"
1127-
For distributed tracing in the Node.js v4 programming model, use the [`@azure/functions-opentelemetry-instrumentation`](https://www.npmjs.com/package/@azure/functions-opentelemetry-instrumentation) package instead of the Application Insights SDK. This package provides OpenTelemetry-based automatic instrumentation for Azure Functions. For more information, see the [OpenTelemetry Azure Functions Instrumentation for Node.js](https://github.com/Azure/azure-functions-nodejs-opentelemetry) GitHub repository.
1127+
For distributed tracing in the Node.js v4 programming model, you can use the [`@azure/functions-opentelemetry-instrumentation`](https://www.npmjs.com/package/@azure/functions-opentelemetry-instrumentation) package instead of the Application Insights SDK. This package provides OpenTelemetry-based automatic instrumentation for Azure Functions. For more information, see the [OpenTelemetry Azure Functions Instrumentation for Node.js](https://github.com/Azure/azure-functions-nodejs-opentelemetry) GitHub repository.
11281128
::: zone-end
11291129
11301130
# [JavaScript](#tab/javascript)

0 commit comments

Comments
 (0)