Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1.0
-
None
-
None
Description
Right now, the methods on MetricGroup can only be called once, i.e. I have to keep the result of MetricGroup.counter(name) and use that to report metrics. For some cases, such as adding metrics support in triggers, it is necessary to allow calling a method multiple times and return the same metric object. On the first call, a new metric object would be created, subsequent calls would return that metric object.