You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/04/10 15:35:04 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #2050: DRILL-7694: Register drill.queries.* counter metrics on Drillbit startup

arina-ielchiieva 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_r406811541
 
 

 ##########
 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:
   Please add java doc.

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


With regards,
Apache Git Services