ololo3000 commented on a change in pull request #9132:
URL: https://github.com/apache/ignite/pull/9132#discussion_r643759144
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/rest/protocols/tcp/GridTcpRestProtocol.java
##########
@@ -63,6 +63,9 @@
/** NIO server listener. */
private GridTcpRestNioListener lsnr;
+ /** The name of the metric group associated with the REST TCP connector. */
+ public static final String REST_CONNECTOR_METRIC_GROUP_NAME =
"client.connector.rest.tcp";
Review comment:
Done.
--
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]