Skip to content
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

Merged
merged 6 commits into from
Aug 30, 2024

Conversation

StevenPenn
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)

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?

  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

Signed-off-by: Steven Pan <jianqiao.pan@fmr.com>
Copy link

linux-foundation-easycla bot commented Aug 23, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@lzchen
Copy link
Contributor

lzchen commented Aug 23, 2024

@StevenPenn

Please add a CHANGELOG entry, rebase to the latest main and also enable maintainer edits so we can rebase for you!

@kayhern kayhern requested a review from a team August 27, 2024 18:23
@ocelotl
Copy link
Contributor

ocelotl commented Aug 27, 2024

@StevenPenn please allow maintainers to edit your PR so that we can rebase it on main. If not anytime something else gets merged in main will require you to do this manually, which makes it very hard for us to merge your PR even with all tests passing.

@StevenPenn
Copy link
Contributor Author

Hi @lzchen, I've updated the change log file.

@StevenPenn
Copy link
Contributor Author

Hi @ocelotl @lzchen, due to the limitation, I am not required to enable maintainer edits. I'll keep track of this PR. Sorry for that.

@StevenPenn
Copy link
Contributor Author

Hi @ocelotl @lzchen @xrmx @emdneto, I think we can merge this PR, thanks!

@lzchen
Copy link
Contributor

lzchen commented Aug 28, 2024

@StevenPenn

Unfortunately every time we merge another change you will have to rebase.

@emdneto emdneto added the Skip generate-workflows To be used for release PRs label Aug 29, 2024
@xrmx xrmx enabled auto-merge (squash) August 30, 2024 10:39
@xrmx xrmx merged commit 98958b6 into open-telemetry:main Aug 30, 2024
521 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip generate-workflows To be used for release PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

http.server.duration metric description is wrong
6 participants