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
HttpSemanticConventions - new metric in AspNetCore Instrumentation. #4802
HttpSemanticConventions - new metric in AspNetCore Instrumentation. #4802
Changes from 20 commits
91f08c8
c111eea
32d8946
3208431
d2f7ef4
1a49dab
7c11551
93fe6ad
3842aa8
ec2b825
5f74488
9fb75e5
c335f65
6c86a4a
3bcefae
e588453
88355cd
6a3f651
1a72356
b9d194c
ac76993
b57320d
7fdc29f
a782b51
3788d15
275de4e
c6d5d76
3789fdd
f110b29
6a52fcf
7c11aac
9ab958c
3646823
314c9d9
255b2da
12d10cf
c38a93e
26ea138
1fd022b
1f787be
0b257af
4987540
0cfa424
163d4d7
80df848
9f83898
744a980
1d694bc
390d563
6d4bb65
0015a20
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.
There is network.protocol.name attribute as well. The value would be same as
url.scheme
in this case. @TimothyMothra Please follow up on this to see if we need to add that as well. Can be done in follow up PR.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.
this is not clear. The env variable can take none,http,http/dup as values, This doc should also be structured in that way. i.e what if the env variable is set to "none", (also the default)
what is the env varaible is set to "http"
what is the env varaible is set to "http/dup" - both metric are emitted