Github user Ethanlm commented on a diff in the pull request:
https://github.com/apache/storm/pull/2754#discussion_r208377660
--- Diff:
storm-server/src/main/java/org/apache/storm/metric/StormMetricsRegistry.java ---
@@ -48,6 +53,30 @@ public static Meter registerMeter(String name) {
return REGISTRY.register(name, new Meter());
}
+ //Change the name to avoid name conflict in future Metrics release
--- End diff --
change the name?---
