Github user arunmahadevan commented on the issue:
https://github.com/apache/storm/pull/2665
@ptgoetz , any reason to use a different constant while this
[config](https://github.com/apache/storm/blob/1.x-branch/storm-core/src/jvm/org/apache/storm/Config.java#L179)
exists? And JmxStormReporter seem to use the constants from Config
[here](https://github.com/apache/storm/blob/1.x-branch/storm-core/src/jvm/org/apache/storm/metrics2/reporters/JmxStormReporter.java#L41)
and
[here](https://github.com/apache/storm/blob/1.x-branch/storm-core/src/jvm/org/apache/storm/metrics2/reporters/JmxStormReporter.java#L46)
?
Is there a documentation to let the users know the right key to use?---
