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

Extract HTTP server experimental metrics to a separate class #9259

Merged

Conversation

mateuszrzeszutek
Copy link
Member

Resolves #9011

@mateuszrzeszutek mateuszrzeszutek requested a review from a team as a code owner 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?

@mateuszrzeszutek
Copy link
Member Author

should this be listed as a breaking change in changelog?

Yeah, it probably should. I'll add something

@trask trask merged commit 133de24 into open-telemetry:main Aug 30, 2023
46 checks passed
@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