siddharthteotia commented on a change in pull request #6741:
URL: https://github.com/apache/incubator-pinot/pull/6741#discussion_r611911549



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/query/reduce/BrokerReduceService.java
##########
@@ -212,7 +249,9 @@ public BrokerResponseNative reduceOnDataTable(BrokerRequest 
brokerRequest,
           .addMeteredTableValue(rawTableName, 
BrokerMeter.ENTRIES_SCANNED_IN_FILTER, numEntriesScannedInFilter);
       brokerMetrics
           .addMeteredTableValue(rawTableName, 
BrokerMeter.ENTRIES_SCANNED_POST_FILTER, numEntriesScannedPostFilter);
-
+      brokerMetrics.addValueToTableGauge(rawTableName, 
BrokerGauge.OFFLINE_THREAD_CPU_TIME_NS, offlineThreadCpuTimeNs);

Review comment:
       Further down around line 443, we are also logging few metrics. Please 
add these 2 stats as well to the logger line




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to