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

Generate New Server Metrics in otelhttp #6262

Open
4 tasks
Tracked by #5972
MrAlias opened this issue Oct 17, 2024 · 1 comment
Open
4 tasks
Tracked by #5972

Generate New Server Metrics in otelhttp #6262

MrAlias opened this issue Oct 17, 2024 · 1 comment
Assignees
Milestone

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Oct 17, 2024

The semconv.HTTPServer already produces the existing v1.20.0 server metrics (#6002). The following methods need to be updated to produce the new server HTTP metrics:

These updates should ensure that when OTEL_SEMCONV_STABILITY_OPT_IN="http/dup" is set the produced telemetry is compliant with these semantic conventions:

  • http.server.request.duration
  • http.server.request.body.size
  • http.server.response.body.size
@MrAlias MrAlias changed the title Produce New Server Metrics Generate New Server Metrics in otelhttp Oct 17, 2024
@MrAlias MrAlias added this to the v1.32.0 milestone Oct 17, 2024
@dennisme
Copy link

I'd like to do this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants