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

fix: ignored opentelemetry spans which are not traces by us #974

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

kirrg001
Copy link
Contributor

@kirrg001 kirrg001 commented Dec 18, 2023

  • install any opentelemetry instrumentation inside the client / customer appliation + use our Instana collector
  • it will add Otel spans for this instrumentation although we do not support it as part of our integration
  • found this issue in feat: added azure blob instrumentation #967

@kirrg001 kirrg001 requested a review from a team as a code owner December 18, 2023 11:36
@kirrg001 kirrg001 force-pushed the fix/otel-integration branch from dff4328 to d599070 Compare December 18, 2023 11:37
@kirrg001 kirrg001 requested a review from basti1302 December 19, 2023 08:26
@kirrg001
Copy link
Contributor Author

@kirrg001
Copy link
Contributor Author

Azure SDK always installs a package called azure tracing.
https://www.npmjs.com/package/@azure/core-tracing
And our Otel integration needs to ignore all spans which were not supported by our set of Otel instrumentations.

We should also check in #967 if the azure tracing package is somehow colliding with our Instana tracing.
@athirasomanath Could you please add a TODO to your PR? Thanks

@kirrg001 kirrg001 force-pushed the fix/otel-integration branch 3 times, most recently from d0ef53e to 48e68a4 Compare December 20, 2023 10:45
- install any opentelemetry instrumentation as a client dependency
- and use our Instana collector
- we will add Otel spans for this instrumentation although we do not support it
  as part of our integration
@kirrg001 kirrg001 force-pushed the fix/otel-integration branch from 48e68a4 to 0b1b170 Compare December 20, 2023 13:47
@kirrg001 kirrg001 merged commit 62add1c into main Dec 29, 2023
1 check passed
@kirrg001 kirrg001 deleted the fix/otel-integration branch December 29, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants