You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/12/03 13:40:11 UTC

[GitHub] [incubator-kyuubi] zhenjiaguo commented on a change in pull request #1485: [KYUUBI #1393][TASK-2] Add operation number metric

zhenjiaguo commented on a change in pull request #1485:
URL: https://github.com/apache/incubator-kyuubi/pull/1485#discussion_r761944701



##########
File path: kyuubi-metrics/src/main/scala/org/apache/kyuubi/metrics/MetricsConstants.scala
##########
@@ -39,4 +39,10 @@ object MetricsConstants {
   final val ENGINE_FAIL: String = ENGINE + "failed"
   final val ENGINE_TIMEOUT: String = ENGINE + "timeout"
   final val ENGINE_TOTAL: String = ENGINE + "total"
+
+  final private val OPERATION = KYUUBI + "operation."

Review comment:
       Yes, operation metrics contains statement metrics. I will try to unify them.




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org