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

Config option enabling exponential histogram as default histogram aggregation #2619

Merged
merged 5 commits into from
Jun 23, 2022

Conversation

jack-berg
Copy link
Member

Resolves #2471.

opentelemetry-java has an exponential histogram implementation, but its currently quite obscure / difficult to use because the exponential histograms aren't yet stable in the spec. As discussed in #2471 and #2429, we removed the "best available histogram" aggregation anticipating later adding an option like this to make it easy for users to opt in to exponential histograms. I'd like to add the configuration option now so that opentelemetry-java users can more easily use exponential histograms, and provide any feedback needed to stabilization of the specification.

@jack-berg jack-berg requested review from a team June 16, 2022 19:57
Copy link
Member

@reyang reyang left a comment

Choose a reason for hiding this comment

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

LGTM with a changelog entry.

@reyang reyang added the spec:metrics Related to the specification/metrics directory label Jun 17, 2022
@reyang reyang added the area:sdk Related to the SDK label Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:sdk Related to the SDK spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to make exponential histogram default aggregation for OTLP exporter
6 participants