rcrowley / go-metrics

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

Registering Custom Metric #171

Open sadlil opened 8 years ago

sadlil commented 8 years ago

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.

maja42 commented 6 years ago

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