-
Notifications
You must be signed in to change notification settings - Fork 28
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
Map updated HTTP server semantic conventions #263
Map updated HTTP server semantic conventions #263
Conversation
@@ -450,11 +461,6 @@ func TranslateTransaction( | |||
case semconv.AttributeRPCService: | |||
case semconv.AttributeRPCMethod: | |||
|
|||
// URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for reviewer: The url.full
attribute is not expected on spans for HTTP server requests, so I have removed this.
72aae9c
to
43892ab
Compare
@simitt Here's an initial stab at supporting the newer attributes. |
I rebased onto main via the UI, which seems to have lost the signing on the commit, which is annoying. @kruskall Are there any alternatives to recommitting locally (with the signing) and force pushing? |
43892ab
to
91a6034
Compare
91a6034
to
90fe722
Compare
@kruskall I rebased this onto the latest main. Would you mind re-reviewing and merging? I don't seem to have merge permissions in this repo. |
90fe722
to
d5a3e7f
Compare
d5a3e7f
to
233bc7d
Compare
Adds support for updated semantic conventions for HTTP server spans.
Closes #254