hashicorp / go-metrics

A Golang library for exporting performance and runtime metrics to external metrics systems (i.e. statsite, statsd)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prometheus sink

stapelberg opened this issue · comments

I'm working on a sink for Prometheus (http://prometheus.github.io). Since it depends on the Prometheus client library, I'm wondering whether you'd merge it into the go-metrics package directly (which currently has no dependencies except for the std library) or whether I should put it into a separate package...?

Happy to merge it in if you'd like!