-
Notifications
You must be signed in to change notification settings - Fork 843
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
Stabilize explicit bucket boundaries advice API #5897
Conversation
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
api/all/src/main/java/io/opentelemetry/api/metrics/DoubleHistogramBuilder.java
Show resolved
Hide resolved
sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/SdkDoubleHistogram.java
Outdated
Show resolved
Hide resolved
…y-java into stabilize-bucket-boundary-advice
If there is no additional feedback I'll merge this tomorrow. |
@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. |
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? |
Followup to #5848.
The explicit bucket boundaries advice API is now stable: open-telemetry/opentelemetry-specification#3694