leesf commented on a change in pull request #1851:
URL: https://github.com/apache/hudi/pull/1851#discussion_r458478400
##########
File path:
hudi-client/src/main/java/org/apache/hudi/config/HoodieMetricsConfig.java
##########
@@ -58,6 +59,12 @@
public static final String GRAPHITE_METRIC_PREFIX = GRAPHITE_PREFIX +
".metric.prefix";
+ // User defined
+ public static final String USER_DEFINED_REPORTER_PREFIX = METRIC_PREFIX +
".user.defined";
+ public static final String USER_DEFINED_REPORTER_CLASS =
USER_DEFINED_REPORTER_PREFIX + ".class";
+
+ public static final String DEFAULT_USER_DEFINED_REPORTER_CLASS =
DefaultUserDefinedMetricsReporter.class.getName();
Review comment:
DEFUALT would be empty string. also please refer to
https://github.com/apache/hudi/blob/5e7ab11e2ead23428ed5089421f2abd6433fe8e5/hudi-client/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java#L42
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]