Interface ConnectionProvider.MeterRegistrar

All Known Implementing Classes:
HttpMeterRegistrarAdapter
Enclosing interface:
ConnectionProvider

public static interface ConnectionProvider.MeterRegistrar
A strategy to register which metrics are collected in a particular connection pool.
  • Method Details

    • registerMetrics

      void registerMetrics(String poolName, String id, SocketAddress remoteAddress, ConnectionPoolMetrics metrics)
      Invoked when a connection pool is created.
      Parameters:
      poolName - the pool name
      id - the pool id
      remoteAddress - the remote address
      metrics - the pool metrics
    • deRegisterMetrics

      default void deRegisterMetrics(String poolName, String id, SocketAddress remoteAddress)
      Invoked when a connection pool is disposed.
      Parameters:
      poolName - the pool name
      id - the pool id
      remoteAddress - the remote address
      Since:
      1.0.26