-
Notifications
You must be signed in to change notification settings - Fork 780
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
[ASP.NET Core] replace http.target with http.route #3903
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3903 +/- ##
==========================================
- Coverage 87.40% 87.36% -0.04%
==========================================
Files 278 278
Lines 10757 10757
==========================================
- Hits 9402 9398 -4
- Misses 1355 1359 +4
|
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.
Change looks good. Thank you.
Left a comment about better changelog for end users to quickly see what is changing.
@rinat16 Could you fix the markdownlint failure in CI? |
Co-authored-by: Robert Pająk <pellared@hotmail.com>
@rinat16 Unfortunately other PRs got merged, and this one needs to resolve the conflicts! |
@@ -6,6 +6,10 @@ | |||
`net.host.name` and `net.host.port` attributes will be populated instead. | |||
([#3858](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3858)) | |||
|
|||
* The `http.server.duration` metric's `http.target` attribute is replaced |
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.
Breaking change
Fixes #3897
Changes
http.target
was replaced withhttp.route
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes