rcrowley / go-metrics

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

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

Closed stokito closed 2 years ago

stokito commented 2 years ago

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?

stokito commented 2 years ago

the official library has more features