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

stacktrace span processor #1255

Merged
merged 13 commits into from
Apr 15, 2024
Merged

Conversation

SylvainJuge
Copy link
Contributor

Description:

We'd like to contribute a span processor that allows to capture code.stacktrace when the span ends. The main technical challenge is that the SDK does not allow to simply modify spans on end.

This is described in detail in the following github discussion open-telemetry/opentelemetry-java-instrumentation#10973

This was originally contributed in our own distribution in https://github.com/elastic/elastic-otel-java with only minor changes to make it fit.

Existing Issue(s):

GH discussion: open-telemetry/opentelemetry-java-instrumentation#10973

Testing:

Unit tests have been provided

Documentation:

Simple description and usage is provided in the module README.md.

Outstanding items:

< Anything that these changes are intentionally missing
that will be needed or can be helpful in the future. >

@SylvainJuge SylvainJuge marked this pull request as ready for review April 5, 2024 14:01
@SylvainJuge SylvainJuge requested a review from a team as a code owner April 5, 2024 14:01
@github-actions github-actions bot requested a review from JonasKunz April 9, 2024 13:07
@trask
Copy link
Member

trask commented Apr 11, 2024

@jackshirazi @JonasKunz when you have a chance, can you review and approve? thanks

@github-actions github-actions bot requested a review from JonasKunz April 15, 2024 09:25
@SylvainJuge
Copy link
Contributor Author

@open-telemetry/java-instrumentation-approvers I think it's ready to be reviewed (and maybe merged) now, let me know if there is anything left to fix.

@trask trask merged commit 425bfb9 into open-telemetry:main Apr 15, 2024
14 checks passed
@SylvainJuge SylvainJuge deleted the span-stacktrace branch April 16, 2024 07:32
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.

None yet

5 participants