#1858 - Modify JSON dumped metrics to include metric type and location for timed metrics

This commit is contained in:
rob bygrave
2019-11-10 21:23:26 +13:00
parent a7116d1606
commit 566a01d815
10 changed files with 72 additions and 91 deletions
@@ -192,11 +192,6 @@ public final class CQueryPlanStats {
return queryPlan.getLocation();
}
@Override
public ProfileLocation getProfileLocation() {
return queryPlan.getProfileLocation();
}
@Override
public long getBeanCount() {
return metrics.getBeanCount();