-
Notifications
You must be signed in to change notification settings - Fork 602
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
Measure http server durations in seconds #1946
base: main
Are you sure you want to change the base?
Conversation
See: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpserverrequestduration I couldn't figure out how to set the histograms' buckets though :( Signed-off-by: gouthamve <[email protected]>
The advisory API has not been implemented yet.
There are existing tests for each instrumentation that should be updated, ex: Lines 313 to 327 in e318c94
@lzchen I belive this also comes under the transition plan for HTTP semantic conventions update #1768? |
Please add a CHANGELOG entry. |
Based off of this decision, any breaking changes made while upgrading semantic conventions that conflict, we will take the new conventions as priority. The only exceptions to this would be attributes, and we will be implementing the migration plan for those. So this change in particular does not need to do anything special in terms of migration. |
Part of this tracking issue: #1999 |
See: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpserverrequestduration
I couldn't figure out how to set the histograms' buckets though :(
Description
The unit for
http.server.request.duration
should be seconds and not milliseconds.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
This has not been tested yet. I want to start the discussion around this before doing more work.
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.