joshelser commented on a change in pull request #722: HBASE-23065 [hbtop] Top-N
heavy hitter user and client drill downs
URL: https://github.com/apache/hbase/pull/722#discussion_r337061345
##########
File path: hbase-protocol-shaded/src/main/protobuf/ClusterStatus.proto
##########
@@ -151,6 +151,29 @@ message RegionLoad {
optional int32 store_ref_count = 21 [default = 0];
}
+message UserLoad {
+
+ /** short user name */
+ required string userName = 1;
+
+ /** Metrics for all clients of a user */
+ repeated ClientMetrics clientMetrics = 4;
+
Review comment:
nit: empty lines
----------------------------------------------------------------
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]
With regards,
Apache Git Services