Spans misclassified as child span when app is deployed to an Azure app service #5735
Replies: 2 comments 6 replies
-
@bradleyberwick - Could you share your SDK configuration? |
Beta Was this translation helpful? Give feedback.
-
@vishweshbankwar here's a snippet of our .Net startup file:
|
Beta Was this translation helpful? Give feedback.
-
I have instrumented OTEL tracing in my .Net app with with the below OTEL tracing instrumentations. When I run it locally and hit an endpoint, a span is generated and is correctly classified as a parent span. However, when I deploy the app to an Azure app service, a span is generated with no parent span ID i.e. this span is misclassified as a parent span.
Does anyone know what might be causing this issue in Azure?
Beta Was this translation helpful? Give feedback.
All reactions