Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add http.route into root otel span #47392
Add http.route into root otel span #47392
Changes from 33 commits
f325c16
c937f59
ea5b1c5
250030b
8e9395d
316adfa
06e7064
3a546e1
d69189d
00457b5
a06326d
616f0d9
41d60bb
467600c
10e35db
6d9bb29
4004295
377f7e4
e38fa69
c34d5a1
55f50bc
e1af7ef
9759f6c
6c6cc4e
b807d0e
0200ac2
7b40636
ab6b7cb
dea9a06
36fbc19
3198279
4d0c596
11aa1a5
96b8676
8ca6b90
63cf728
51ec2f6
9577f44
8fc0eb1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
what are the differences between Next and HTTP route?
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.
it should be the same value.
But specs don't allow using
http.route
outside SERVER span.So I use
next.route
there and it felt weird to not include it in the top span too.