rcrowley / go-metrics

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

Add ParseableLog to log metric in local logger file #162

Closed lysu closed 7 years ago

lysu commented 8 years ago

Hi,

We want to a ParseableLog to output each metric in the given registry periodically using the given logger with parseable format just like syslog-format..

because our many system run without syslogd...and using local logger agent to collect monitor data.

please take a look~ thx

mihasya commented 7 years ago

I think this falls under the same line of reasoning as #121 - I am reluctant to add more "reporting clients" to this repo. I will happily accept a PR adding a link in the README to an alternate home for this.

mihasya commented 7 years ago

Also see https://github.com/rcrowley/go-metrics/pull/156 it.