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

feature: prevent span duplicates #22

Merged
merged 17 commits into from
Oct 22, 2024
Merged

feature: prevent span duplicates #22

merged 17 commits into from
Oct 22, 2024

Conversation

EddeCCC
Copy link
Member

@EddeCCC EddeCCC commented Oct 11, 2024

There should be no span duplicates, if inspectIT is configured to create spans for a method, which is already recorded by OpenTelemetry. For example via zero-code-instrumentation or @WithSpan-annotation.

We can only prevent a span duplicate, if the OTel span was created before ours (which is the case for the examples mentioned above).

@EddeCCC EddeCCC requested a review from binarycoded October 14, 2024 10:11
@EddeCCC
Copy link
Member Author

EddeCCC commented Oct 14, 2024

Copy link

Copy link
Member

@levinkerschberger levinkerschberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@EddeCCC EddeCCC merged commit b24342b into master Oct 22, 2024
8 checks passed
@EddeCCC EddeCCC deleted the feature/parallel-tracing branch October 23, 2024 07:22
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.

2 participants