You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to set explicit bucket bounderies when running with only java agent.
Actual behavior
When run with opentelemetry-sdk or opentelemetry-sdk-testing the explicit boundaries are set. With opentelemetry-javaagent only default boundaries apply.
Describe the bug
Crated by request.
The histogram builders provided by agent autoinstrumentation do not support setting explicit bucket boundaries. That is io.opentelemetry.javaagent.instrumentation.opentelemetryapi.v1_10.metrics.ApplicationDoubleHistogramBuilder does not implement
io.opentelemetry.extension.incubator.metrics.ExtendedDoubleHistogramBuilder
or any similiar interface.Steps to reproduce
Expected behavior
It is possible to set explicit bucket bounderies when running with only java agent.
Actual behavior
When run with
opentelemetry-sdk
oropentelemetry-sdk-testing
the explicit boundaries are set. Withopentelemetry-javaagent
only default boundaries apply.Javaagent or library instrumentation version
1.31.0
Environment
JDK: OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
OS: Ubuntu 22.04.3 LTS (Jammy Jellyfish)
Additional context
No response
The text was updated successfully, but these errors were encountered: