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/13 03:51:09 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1545: [TASK-1] Add avg rpc time for each operation

yaooqinn commented on a change in pull request #1545:
URL: https://github.com/apache/incubator-kyuubi/pull/1545#discussion_r767396559



##########
File path: kyuubi-metrics/src/main/scala/org/apache/kyuubi/metrics/MetricsConstants.scala
##########
@@ -40,4 +40,5 @@ object MetricsConstants {
   final val OPERATION_FAIL: String = OPERATION + "failed"
   final val OPERATION_TOTAL: String = OPERATION + "total"
 
+  final val OPERATION_RPC_TIME: String = OPERATION + "rpc_time"

Review comment:
       how about rpc_ms or rpc_millis?




-- 
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