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

Stabilize explicit bucket boundaries advice API #5897

Merged

Conversation

jack-berg
Copy link
Member

Followup to #5848.

The explicit bucket boundaries advice API is now stable: open-telemetry/opentelemetry-specification#3694

@jack-berg jack-berg requested a review from a team as a code owner October 10, 2023 16:39
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Files Coverage Δ
...ubator/metrics/ExtendedDoubleHistogramBuilder.java 0.00% <ø> (ø)
...ncubator/metrics/ExtendedLongHistogramBuilder.java 0.00% <ø> (ø)
.../opentelemetry/sdk/metrics/SdkDoubleHistogram.java 97.14% <100.00%> (+0.59%) ⬆️
...io/opentelemetry/sdk/metrics/SdkLongHistogram.java 97.36% <100.00%> (+0.39%) ⬆️
...ernal/aggregator/ExplicitBucketHistogramUtils.java 100.00% <100.00%> (ø)
...ntelemetry/api/metrics/DoubleHistogramBuilder.java 0.00% <0.00%> (ø)
...pentelemetry/api/metrics/LongHistogramBuilder.java 0.00% <0.00%> (ø)

📢 Thoughts on this report? Let us know!.

@jack-berg
Copy link
Member Author

If there is no additional feedback I'll merge this tomorrow.

@jack-berg jack-berg added this to the 1.32.0 milestone Nov 3, 2023
@jack-berg jack-berg merged commit 19196a0 into open-telemetry:main Nov 6, 2023
18 checks passed
@nluk
Copy link

nluk commented Nov 7, 2023

@mateuszrzeszutek Does this work outside of (AutoConfigured)OpenTelemetrySdk + instanceof check? The instrumentation agent setups an OpenTelemetry instance that provides this builder. It doesn't expose/implement the interface, and there's no handle to get the agentBuilder field to configure it there.

@trask
Copy link
Member

trask commented Nov 7, 2023

hi @nluk! oh yes, I believe support for this will need to be added in the OpenTelemetry API bridge that the instrumentation agent uses. can you open an issue for this at https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues?

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.

None yet

5 participants