pan3793 commented on code in PR #6866:
URL: https://github.com/apache/kyuubi/pull/6866#discussion_r1897593510
##########
kyuubi-metrics/src/main/scala/org/apache/kyuubi/metrics/MetricsConstants.scala:
##########
@@ -37,6 +37,8 @@ object MetricsConstants {
final private val THRIFT_BINARY_CONN = KYUUBI + "thrift.binary.connection."
final private val REST_CONN = KYUUBI + "rest.connection."
+ final val SSL_CERT_EXPIRATION = KYUUBI + "ssl.cert.expiration"
Review Comment:
will ssl cert be used in other places? do we need an additional namespace?
--
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]