rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gauage metric without value suffix

koman-maciej opened this issue · comments

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?