Custom metrics getName() method should be added

Currently, the custom metrics objects (like Counter) cannot return its own name. I would need this object to be able to return it. The reason is that I keep track of metrics in Go extensions as well, and return all of them in a map. I need to know the metric’s name to know which goes with which.

Yeah, this makes sense, please open a new issue about it :pray:

Done, thanks for pointing out the issue page

1 Like