rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support histogram emission

postwait opened this issue · comments

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.