nizhikov commented on a change in pull request #8145:
URL: https://github.com/apache/ignite/pull/8145#discussion_r471436074
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.java
##########
@@ -2115,6 +2115,20 @@ protected void onExchange(DiscoveryDataPacket
dataPacket, ClassLoader clsLdr) {
@Override public void spiStart(@Nullable String igniteInstanceName) throws
IgniteSpiException {
initializeImpl();
+ MetricRegistry discoReg =
+ ((IgniteEx)ignite()).context().metric().registry(metricName("io",
"discovery"));
Review comment:
Fixed.
----------------------------------------------------------------
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]