Github user d2r commented on a diff in the pull request:
https://github.com/apache/storm/pull/1075#discussion_r51800370
--- Diff: storm-core/src/jvm/org/apache/storm/Config.java ---
@@ -140,6 +140,12 @@
public static final String STORM_META_SERIALIZATION_DELEGATE =
"storm.meta.serialization.delegate";
/**
+ * A list of daemon statistics reporter plugin class names.
+ */
+ @isStringList
+ public static final String
STORM_STATISTICS_PREPARABLE_REPORTER_PLUGINS =
"storm.statistics.preparable.reporter.plugins";
--- End diff --
Reposting since github ate my comment:
Not sure myself, but how about `storm.daemon.metrics.reporter.plugins` ?
Wanted to specify that this was for daemon metrics and make it plural.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---