Skip to content

Extract HTTP server experimental metrics to a separate class #9259

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

Merged

Conversation

mateuszrzeszutek
Copy link
Member

Resolves #9011

@mateuszrzeszutek mateuszrzeszutek requested a review from a team August 21, 2023 09:16
.setSpanStatusExtractor(HttpSpanStatusExtractor.create(httpAttributes))
.addAttributesExtractor(httpClientAttributesExtractorBuilder.build())
.addAttributesExtractors(additionalHttpClientExtractors)
.addOperationMetrics(HttpServerMetrics.get())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really should add some tests for the HTTP metrics 🙈

Copy link
Contributor

@laurit laurit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be listed as a breaking change in changelog?

Mateusz Rzeszutek added 3 commits August 28, 2023 12:36

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@mateuszrzeszutek mateuszrzeszutek force-pushed the http-server-experimental-metrics branch from 55cfa20 to f92c5d2 Compare August 28, 2023 10:39
@mateuszrzeszutek
Copy link
Member Author

should this be listed as a breaking change in changelog?

Yeah, it probably should. I'll add something

@github-actions github-actions bot requested a review from theletterf August 28, 2023 10:39
@trask trask merged commit 133de24 into open-telemetry:main Aug 30, 2023
@mateuszrzeszutek mateuszrzeszutek deleted the http-server-experimental-metrics branch September 5, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract HTTP server experimental metrics to a separate class
3 participants