Interface HttpConnectionPoolMetrics

All Superinterfaces:
ConnectionPoolMetrics

public interface HttpConnectionPoolMetrics extends ConnectionPoolMetrics
Interface for collecting HTTP/2 or HTTP/3 specific connection pool metrics. Extends the ConnectionPoolMetrics interface to include metrics related to active HTTP/2 or HTTP/3 streams.
Since:
1.2.4
Author:
raccoonback
  • Method Details

    • activeStreamSize

      int activeStreamSize()
      Measure the current number of active HTTP/2 or HTTP/3 streams in the connection pool.
      Returns:
      the number of active HTTP/2 or HTTP/3 streams