You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We plan to create a new package @opentelemetry/instrumentation-azure-functions that allows Open Telemetry logs, traces, and metrics to be sent from your Node.js code and properly correlated with all Azure Functions Host data for your invocations. The package will be included in @opentelemetry/auto-instrumentations-node, so that you can get all instrumentations in one place. Edit: due to open-telemetry/opentelemetry-js-contrib#2259, we shifted to an @azure package instead.
We plan to create a new packageEdit: due to open-telemetry/opentelemetry-js-contrib#2259, we shifted to an@opentelemetry/instrumentation-azure-functions
that allows Open Telemetry logs, traces, and metrics to be sent from your Node.js code and properly correlated with all Azure Functions Host data for your invocations. The package will be included in @opentelemetry/auto-instrumentations-node, so that you can get all instrumentations in one place.@azure
package instead.Until that package is released, you can replicate this behavior with the following code: https://github.com/ejizba/azure-functions-nodejs-opentelemetry/blob/main/src/index.ts#L24
Related to Azure/azure-functions-host#9273
The text was updated successfully, but these errors were encountered: