rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.46k stars 494 forks source link

Implementation of distribution metric #270

Closed SubChord closed 4 years ago

SubChord commented 4 years ago

This distribution metrics is in essence an histogram with customizable buckets.

This gives us the freedom to define our own buckets in stead of the predefined percentiles.