-
Notifications
You must be signed in to change notification settings - Fork 772
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
Exponential Bucket Histogram - part 1 #3462
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3462 +/- ##
==========================================
+ Coverage 86.14% 86.39% +0.24%
==========================================
Files 265 267 +2
Lines 9602 9633 +31
==========================================
+ Hits 8272 8322 +50
+ Misses 1330 1311 -19
|
Very much not to do with this PR, but this test has failed two times in a row... looking more closely at it https://github.com/open-telemetry/opentelemetry-dotnet/runs/7433955618
I think #3463 will fix it. |
This PR covers the implementation of base-2 exponential histogram (including the bucket inclusivity adjustment proposal from this PR) bucket lookup algorithm based on IEEE 754 float64 optimization.
I plan to cover exponential bucket histogram in a series of PRs:
Future work that I haven't planned for at this moment: