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

[exporter/tanzuobservability] exponential histogram adjustment. #10135

Merged
merged 3 commits into from
May 26, 2022

Conversation

keep94
Copy link
Contributor

@keep94 keep94 commented May 18, 2022

Description:
Get rid of the smallest negative bucket which always has a count of 0. This smallest negative bucket with count of 0 was here to give the bucket above it a lower bound. But during testing we found that most histograms have positive values anyway. It was confusing to see a "<= -1" bucket show up all the time, so we decided to get rid of this bucket.

Link to tracking Issue: Issue is private and not linkable.

Testing: Unit tests and manual testing with the collector.

Get rid of the extra negative bucket which always has a count of 0.
@dashpole
Copy link
Contributor

cc @oppegard @thepeterstone
Who are the other CODEOWNERS for this exporter

@keep94
Copy link
Contributor Author

keep94 commented May 18, 2022

@oppegard and @thepeterstone are the Tech Leads, but they are both out of the office for now. @deosu is going to review the code first.

Copy link
Contributor

@deosu deosu left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@dashpole dashpole left a comment

Choose a reason for hiding this comment

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

In the future, it is useful to open issues in this repository (even if you already have issues elsewhere) describing the issue you encountered so others facing the same problem can find it and see the fix here.

@codeboten codeboten added the ready to merge Code review completed; ready to merge by maintainers label May 26, 2022
@codeboten codeboten changed the title [exporter/tanzuoservability] exponential histogram adjustment. [exporter/tanzuobservability] exponential histogram adjustment. May 26, 2022
@codeboten codeboten merged commit 63b18a3 into open-telemetry:main May 26, 2022
kentquirk pushed a commit to McSick/opentelemetry-collector-contrib that referenced this pull request Jun 14, 2022
…-telemetry#10135)

[exporter/tanzuoservability] exponential histogram adjustment.

Get rid of the extra negative bucket which always has a count of 0.

Co-authored-by: Alex Boten <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants