Skip to content
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] Azure ServiceBus traces are broken in some situations #2452

Closed
stevejgordon opened this issue Sep 24, 2024 · 1 comment · Fixed by #2455
Closed

[BUG] Azure ServiceBus traces are broken in some situations #2452

stevejgordon opened this issue Sep 24, 2024 · 1 comment · Fixed by #2455
Assignees
Labels
bug Something isn't working

Comments

@stevejgordon
Copy link
Contributor

When the OTel bridge is enabled (the default), and the Azure ServiceBus library is used, we currently see traces where some spans have the incorrect parent ID (parenting themselves). We have identified the root cause: the Azure SDK now emits OTel native instrumentation via the Activity APIs, meaning that our bridge is picking up and instrumenting traces based on two sources. We need to, ideally, ensure that we can handle this scenario without creating invalid spans or at least prevent the OTel bridge from recording additional (repeat) spans for Activities originating from the Azure SDK.

@stevejgordon
Copy link
Contributor Author

Closed by #2455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant