Skip to content

0.0.3: Do not bin values for distribution metrics (#17)

Choose a tag to compare

@legoscia legoscia released this 11 Aug 13:35
· 23 commits to main since this release
a15fb11
For summary metrics, we put values into "bins" of 1000 before entering
them into the histogram, which works well for durations in
milliseconds.  For distribution, let's keep the original values, so
that we can report discrete metrics.