-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] HTTP spans have wrong parent in ApplicationInsights #22272
Labels
Milestone
Comments
InvestigationAll users who use agent (AppInsight or OTel) are affected
Here's how it looks in Zipkin Action items
/cc @trask |
ApplicationInsights agent issue does not affect new agent 3.1.1+ if there is no azure-core-tracing-opentelemetry. If user installs it AND enables otel api support, there is duplication |
36 tasks
Fixed in OpenTelemetry Java agent v1.12.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Note this is likely azure-core issue, not related to storage
Describe the bug
HTTP span is reported as child of incoming request, not the logical downloadBlob in SpringBoot app
Here is the transaction
Exception or Stack Trace
N/A
To Reproduce
Code Snippet
Expected behavior
http span (
azmondemo
) should be child ofupload blob
spanScreenshots
![image](https://user-images.githubusercontent.com/2347409/121919294-bb7f6000-cceb-11eb-8fa1-d9ec8b1a16c7.png)
Setup (please complete the following information):
azure-core:1.17.0
Additional context
Information Checklist
The text was updated successfully, but these errors were encountered: