mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1878 - Remove metric type from metric json output
This commit is contained in:
@@ -183,8 +183,6 @@ class DumpMetricsJson implements ServerMetricsAsJson {
|
||||
objStart();
|
||||
key("name");
|
||||
val(metric.getName());
|
||||
key("type");
|
||||
val(metric.getMetricType().name());
|
||||
}
|
||||
|
||||
private void metricEnd() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user