Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use recordResponseTimeMetric instead recordMetric in NewRelic agent.
It seams that ``` public static void recordResponseTimeMetric(String name, long millis) { getAgent().getMetricAggregator().recordMetric(name, millis); } ``` recordResponseTimeMetric calls recordMetric in MetricAggregator instead of recordResponseTimeMetric.
- Loading branch information