apurtell commented on a change in pull request #2280:
URL: https://github.com/apache/hbase/pull/2280#discussion_r489027430
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetricsConnection.java
##########
@@ -56,6 +56,7 @@
/** Set this key to {@code true} to enable metrics collection of client
requests. */
public static final String CLIENT_SIDE_METRICS_ENABLED_KEY =
"hbase.client.metrics.enable";
+ private static final String CNT_BASE = "rpcCount_";
Review comment:
I see. Would be weird to do different. Thought it was its own commit in
master history. np.
----------------------------------------------------------------
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]