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

Stable semconv final (?) polishing, JavaDoc updates, minor changes #9815

Merged

Conversation

mateuszrzeszutek
Copy link
Member

This PR prepares the stable semconv parts for being moved to the main instrumentation-api module (deprecated stuff excluded; I'm gonna start working on that after the Nov release). I think we can say it officially resolves #9785

@mateuszrzeszutek mateuszrzeszutek requested a review from a team November 7, 2023 11:13
Comment on lines -116 to -121
// TODO: remove this branch?
String httpRoute = httpRouteGetter.get(context, arg1, arg2);
if (httpRoute != null && !httpRoute.isEmpty()) {
// update just the attribute - without http.method we can't compute a proper span name here
serverSpan.setAttribute(SemanticAttributes.HTTP_ROUTE, httpRoute);
}
Copy link
Member

Choose a reason for hiding this comment

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

👍

@trask trask merged commit 33275b1 into open-telemetry:main Nov 7, 2023
46 checks passed
Abhishekkr3003 pushed a commit to Abhishekkr3003/opentelemetry-java-instrumentation that referenced this pull request Nov 7, 2023
@mateuszrzeszutek mateuszrzeszutek deleted the stable-semconv-polishing branch November 8, 2023 07:18
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.

HTTP stable semantic convention implementation
3 participants