62636465666768
* Construct the registry with a record name * @param name of the record of the metrics */ public DynamicMetricsRegistry(String name) { this.name = name; this.mf = new MetricMutableFactory(); }