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 javaagent armeria server instrumentation #8281

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Apr 12, 2023

When running with javaagent armeria server instrumentation gets suppressed by netty server instrumentation. So the armeria server instrumentation should be augmenting the server span created by netty instrumentation with route info instead of using the armeria library instrumentation which would get suppressed in default configuration.

@laurit laurit requested a review from a team as a code owner April 12, 2023 17:22
Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

👍

@trask trask merged commit 9b9cf96 into open-telemetry:main Apr 13, 2023
@laurit laurit deleted the armeria-server-netty branch July 6, 2023 17:30
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

2 participants