rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference with official Prometheus library github.com/prometheus/prometheus

stokito opened this issue · comments

Could you please explain a difference with the official prometheus library? Except of that I need to use an additional exporter to prometheus.
I have a 3rd party library that uses go-metrics but for my app I just used the official library because found their tutorial first.
But I writing a service that should work as fast as possible and now I revising all dependencies.
So will be the go-metrics + go-metrics-prometheus work faster than official github.com/prometheus/prometheus library?

the official library has more features