pan3793 commented on code in PR #4796:
URL: https://github.com/apache/kyuubi/pull/4796#discussion_r1186641876


##########
kyuubi-metrics/src/main/scala/org/apache/kyuubi/metrics/MetricsConstants.scala:
##########
@@ -26,6 +26,7 @@ object MetricsConstants {
   final val BUFFER_POOL: String = KYUUBI + "buffer_pool"
   final val THREAD_STATE: String = KYUUBI + "thread_state"
   final val CLASS_LOADING: String = KYUUBI + "class_loading"
+  final val JVM_ATTR: String = KYUUBI + "jvm_attr"

Review Comment:
   ```suggestion
     final val JVM: String = KYUUBI + "jvm"
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to