rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Write metrics to a local file as csv format.

arunsraga opened this issue · comments

commented

Hi,

This is not an issue. It's a feature request.

I'm new to Golang. i'm using go-kit for building microservice. I'm wondering is there any possible way to write metrics to files (CSV / JSON) using go-metrics package.

As we have in java coda hale metrics CSV reporter
https://github.com/infusionsoft/yammer-metrics/blob/master/metrics-core/src/main/java/com/codahale/metrics/CsvReporter.java

  • Thank You