OpenTelemetry.Instrumentation.Http and Application Insights #3374
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
@rajkumar-rangaraj, do you have any advice here? |
Beta Was this translation helpful? Give feedback.
-
|
This question looks is a mis-route to OpenTelemetry .NET Contrib — the behavior you're seeing is related to the OpenTelemetry Collector pipeline, not the .NET instrumentation library. You will need to move this question to opentelemetry-collector-contrib, since the Collector is responsible for the transformation/export in this scenario. https://github.com/open-telemetry/opentelemetry-collector-contrib/discussions Also note that the Azure Monitor exporter used in the Collector does not yet have feature parity with the Azure Monitor Exporter that ships for .NET SDK. This behavior could be one of the current gaps. If your question is related to the Azure Monitor .NET Exporter or .NET Azure Monitor Distro, please open it in the Azure .NET SDK repo: https://github.com/Azure/azure-sdk-for-net/issues For Collector-based Azure Monitor exporter questions, please continue the discussion in the OpenTelemetry Collector Contrib repo. |
Beta Was this translation helpful? Give feedback.

This question looks is a mis-route to OpenTelemetry .NET Contrib — the behavior you're seeing is related to the OpenTelemetry Collector pipeline, not the .NET instrumentation library.
You will need to move this question to opentelemetry-collector-contrib, since the Collector is responsible for the transformation/export in this scenario.
https://github.com/open-telemetry/opentelemetry-collector-contrib/discussions
Also note that the Azure Monitor exporter used in the Collector does not yet have feature parity with the Azure Monitor Exporter that ships for .NET SDK. This behavior could be one of the current gaps.
If your question is related to the Azure Monitor .NET Exporter or .NET Azure M…