Interface SdkChannelPool

    • Method Detail

      • collectChannelPoolMetrics

        CompletableFuture<Void> collectChannelPoolMetrics​(MetricCollector metrics)
        Collect channel pool metrics into the provided MetricCollector collection, completing the returned future when all metric publishing is complete.
        Parameters:
        metrics - The collection to which all metrics should be added.
        Returns:
        A future that is completed when all metric publishing is complete.