rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for logging metrics on demand via communication through a channel

jasonyunicorn opened this issue · comments

The current logging implementation only allows logging to the logger periodically given a frequency. It would be nice if logging the metrics could be cued on demand via a go channel.

Please see the implementation provided here: #209

Fixed by #209 thanks!