Closed Matzz closed 2 weeks ago
It seams that
public static void recordResponseTimeMetric(String name, long millis) { getAgent().getMetricAggregator().recordMetric(name, millis); }
recordResponseTimeMetric calls recordMetric in MetricAggregator instead of recordResponseTimeMetric.
All committers have signed the CLA.
It seams that
recordResponseTimeMetric calls recordMetric in MetricAggregator instead of recordResponseTimeMetric.