-
Notifications
You must be signed in to change notification settings - Fork 607
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
Fix description of http.server.duration and http.server.request.duration #2817
Fix description of http.server.duration and http.server.request.duration #2817
Conversation
Signed-off-by: Steven Pan <[email protected]>
Please add a CHANGELOG entry, rebase to the latest main and also enable maintainer edits so we can rebase for you! |
...tation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi/__init__.py
Show resolved
Hide resolved
21af3ac
to
a17d93b
Compare
@StevenPenn please allow maintainers to edit your PR so that we can rebase it on |
Hi @lzchen, I've updated the change log file. |
Unfortunately every time we merge another change you will have to rebase. |
Description
Currently, the description of "http.server.duration" and "http.server.request.duration" is not inconsistent with opentelemetry offical document.
https://opentelemetry.io/docs/specs/semconv/non-normative/http-migration/#http-server-duration-metric
Fixes #2753
#2753
Type of change
How Has This Been Tested?
Test it in aiohttp-server, asgi, django, falcon, flask, pyramid, tornado, wsgi
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.