Github user d2r commented on a diff in the pull request:
https://github.com/apache/storm/pull/1075#discussion_r51799096
--- Diff: storm-core/src/jvm/org/apache/storm/Config.java ---
@@ -140,6 +140,13 @@
public static final String STORM_META_SERIALIZATION_DELEGATE =
"storm.meta.serialization.delegate";
/**
+ * A list of statistics preparable reporter class names.
+ */
+ @NotNull
+ @isStringList
+ public static final String STORM_STATISTICS_PREPARABLE_REPORTER_PLUGIN
= "storm.statistics.preparable.reporter.plugin";
--- End diff --
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.
---