#1865 - ENH: Add metric collection for ORM insert update and delete

This commit is contained in:
rob bygrave
2019-11-19 20:31:48 +13:00
parent fee6a9f04a
commit 8761c0486d
2 changed files with 4 additions and 3 deletions
@@ -44,8 +44,7 @@ class DTimeMetricStats implements TimedMetricStats {
}
sb.append("count:").append(count)
.append(" total:").append(total)
.append(" max:").append(max)
.append(" beanCount:").append(beanCount);
.append(" max:").append(max);
if (location != null) {
sb.append(" loc:").append(location);
}