adoroszlai commented on code in PR #6070:
URL: https://github.com/apache/ozone/pull/6070#discussion_r1464849577
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -675,6 +675,8 @@ public final class OzoneConfigKeys {
public static final String HDDS_SCM_CLIENT_FAILOVER_MAX_RETRY =
"hdds.scmclient.failover.max.retry";
+ public static final String
OZONE_XCEIVER_METRICS_PERCENTILES_INTERVALS_SECONDS_KEY =
+ "ozone.xceiver.metrics.percentiles.intervals.seconds";
Review Comment:
`xceiver` is an "internal" name, it may be very obscure for admins. No
other configuration key mentions it.
`XceiverClientMetrics` is described as `"Storage Container Client Metrics"`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]