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

Remove deprecated instrumentation-api-semconv code #7838

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

mateuszrzeszutek
Copy link
Member

No description provided.

@mateuszrzeszutek mateuszrzeszutek requested a review from a team as a code owner February 16, 2023 11:18

@Nullable
default String getRoute(REQUEST request) {
return route(request);
return null;
Copy link
Member Author

Choose a reason for hiding this comment

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

I made this return null by default because there is only one instrumentation (armeria) that actually implements that; most set the route using the HttpRouteHolder class

@trask trask merged commit d9b0eee into open-telemetry:main Feb 16, 2023
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