mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1865 - ENH: Add metric collection for ORM insert update and delete
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user