rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.46k stars 494 forks source link

Gauage metric without value suffix #225

Open koman-maciej opened 6 years ago

koman-maciej commented 6 years ago

I'm using gauge metric type to check if my service is alive. But I need to define whole metric name (just without value suffix, which is implicitly added by your library).

Is it possible to do that?