-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(metrics)!: follow latest opentelemetry semantic conventions
ref https://github.com/open-telemetry/semantic-conventions/blob/87bd2c191e6447a44490bc39704d8e6966dcf878/docs/http/http-metrics.md Add `opentelemetry-semantic-conventions` dependency and update metrics identifiers to use standardized constants. breaking changes: metrics name changed: http.server.request.size => http.server.request.body.size and the metric record value does not include request urls and headers any more due to the name changed to body http.server.response.size => http.server.response.body.size
- Loading branch information
Showing
3 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters