Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. storm.metrics.reporters should be configurable per topology.
Currently, storm.metrics.reporters config is retrieved from storm daemon config (more precisely, supervisor config) so it can't be configured at topology level. User should be able to choose their own reporter for their topology
2. storm.metrics.reporters is actually only used in workers. So we should remove unnecessary "daemons" section in the reporter conf to make it clear
3. configs like storm.daemon.metrics.reporter.plugin.rate.unit should only be used by daemon metric reporters (storm.daemon.metrics.reporter.plugins)
Attachments
Issue Links
- is related to
-
STORM-3688 Copy storm.daemon.metrics.reporter.plugin.* configs from Config class to DaemonConfig class and deprecate them in Config class
- Closed