GitHub user zd-project opened a pull request:
https://github.com/apache/storm/pull/2714
STORM-3101: Add filter to StormMetricsRegistry.
The current implementation is based on the idea to set a source for a
certain process. All the metrics not belonging to the source (e.g., supervisor)
will be removed or rejected. This implementation also adds in the utility
method for naming a metric.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zd-project/storm STORM-3101
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2714.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2714
----
----
---