hgromer commented on code in PR #6623:
URL: https://github.com/apache/hbase/pull/6623#discussion_r1925307393
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Get.java:
##########
@@ -95,6 +95,7 @@ public Get(Get get) {
this.setFilter(get.getFilter());
this.setReplicaId(get.getReplicaId());
this.setConsistency(get.getConsistency());
+ this.setResultMetricsEnabled(get.isResultMetricsEnabled());
Review Comment:
Query metrics makes sense, I mostly just wanted a way to distinguish between
the existing scan metrics, and these new 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]