rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

Implementation of a distribution metric #269

Closed SubChord closed 4 years ago

SubChord commented 4 years ago

This implementation is in essence a histogram with customizable buckets.

This gives us the freedom to implement our own buckets in stead of relying on the predefined percentiles.