This is an automated email from the ASF dual-hosted git repository.
nizhikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from 054b791 IGNITE-13354 Add ClusterMetrics to the new framework (#8150)
add 9f4ac43 IGNITE-13349 Tcp discovery statistics migrated to the new
metrics framework (#8145)
No new revisions were added by this update.
Summary of changes:
.../ignite/spi/discovery/tcp/ClientImpl.java | 6 -
.../ignite/spi/discovery/tcp/ServerImpl.java | 26 --
.../ignite/spi/discovery/tcp/TcpDiscoverySpi.java | 31 +-
.../tcp/internal/TcpDiscoveryStatistics.java | 476 +++------------------
.../TcpClientDiscoveryMarshallerCheckSelfTest.java | 1 +
.../discovery/tcp/TcpDiscoverySpiMBeanTest.java | 113 ++++-
6 files changed, 187 insertions(+), 466 deletions(-)