rcrowley / go-metrics

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

Support histogram emission #180

Open postwait opened 8 years ago

postwait commented 8 years ago

It appears that histograms are supported, but there's no way to send them to the monitoring system. Instead, arbitrary statistical evaluations of the histograms are emitted that lack the mathematical property of mergeability.

There should be an option to emit a complete representation of the histogram to the upstream monitoring platform.