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

Make exponential histogram negative buckets internal #4494

Merged
merged 4 commits into from
May 16, 2023

Conversation

alanwest
Copy link
Member

Fixes #4489

This behavior differs subtlety with our explicit bucket histogram implementation.

Negative values recorded using the explicit bucket aggregation will contribute to the sum, count, min, max, and (-infinity, 0] bucket count.

Negative values recorded using the exponential bucket aggregation are ignored.

@alanwest alanwest requested a review from a team May 16, 2023 20:08
@utpilla utpilla merged commit 30ad91a into open-telemetry:main May 16, 2023
@alanwest alanwest deleted the alanwest/negative-buckets branch May 16, 2023 22:39
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.

Should NegativeBuckets of ExponentialHistogram be made public?
3 participants