rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registering Custom Metric

sadlil opened this issue · comments

If some one wanted to use there own custom metric with all the features of go-metrics this seems not possible.

Looks like for this line in registry.go, custom metric register is failing without any error. The thing is we needed some custom metric to override some metric from here. But this was not possible. If this is not out of it, adding custom metrics features should be great. Thanks.

I ran into the same issue. Custom metrics would really be a great improvement.