What this PR does / why we need it:
This PR increases the precision with which floating points are printed when logging the internal state of the histogram.
With the changes the logs would look like this:
Previously, only the first 4 digits were printed which were not enough to see the exact number of histogram weights if they were below 0.0001 (epsilon)
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/cc @ialidzhikov @voelzmo
Release note:
The precision for floating point numbers in logs is now increased.
What this PR does / why we need it: This PR increases the precision with which floating points are printed when logging the internal state of the histogram. With the changes the logs would look like this:
Previously, only the first 4 digits were printed which were not enough to see the exact number of histogram weights if they were below 0.0001 (epsilon)
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer: /cc @ialidzhikov @voelzmo
Release note: