KazydubB commented on a change in pull request #2050: DRILL-7694: Register drill.queries.* counter metrics on Drillbit startup URL: https://github.com/apache/drill/pull/2050#discussion_r406834821
########## File path: common/src/main/java/org/apache/drill/exec/metrics/DrillCounters.java ########## @@ -0,0 +1,53 @@ +package org.apache.drill.exec.metrics; + +import com.codahale.metrics.Counter; + +public class DrillCounters { Review comment: Done, please look if anything should be changed. ---------------------------------------------------------------- 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 With regards, Apache Git Services