rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrefixedRegistry Get() inconsistent

drichelson opened this issue · comments

https://github.com/rcrowley/go-metrics/blob/master/registry.go#L173
Does not prepend the prefix before looking up the metric.

Thank you for the fix!