NSAmelchev commented on a change in pull request #9132:
URL: https://github.com/apache/ignite/pull/9132#discussion_r645330243
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/util/nio/ssl/GridNioSslFilter.java
##########
@@ -72,6 +76,18 @@
/** Whether direct mode is used. */
private boolean directMode;
+ /** The name of the metric that provides histogram of SSL handshake
duration. */
+ public static final String SSL_HANDSHAKE_DURATION_HISTOGRAM_METRIC_NAME =
"sslHandshakeDurationHistogram";
Review comment:
Most metric names start with a capital letter. Should we rename these
metrics too?
--
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:
[email protected]