Class HttpConnectionPoolMetrics
java.lang.Object
org.zalando.riptide.httpclient.metrics.HttpConnectionPoolMetrics
- All Implemented Interfaces:
io.micrometer.core.instrument.binder.MeterBinder
@API(status=EXPERIMENTAL)
public final class HttpConnectionPoolMetrics
extends Object
implements io.micrometer.core.instrument.binder.MeterBinder
-
Constructor Summary
ConstructorsConstructorDescriptionHttpConnectionPoolMetrics(org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager manager) -
Method Summary
Modifier and TypeMethodDescriptionvoidbindTo(io.micrometer.core.instrument.MeterRegistry registry) withDefaultTags(io.micrometer.core.instrument.Tag... defaultTags) withDefaultTags(Iterable<io.micrometer.core.instrument.Tag> defaultTags) withMetricName(String metricName)
-
Constructor Details
-
HttpConnectionPoolMetrics
public HttpConnectionPoolMetrics(org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager manager)
-
-
Method Details
-
withMetricName
-
withDefaultTags
-
withDefaultTags
public HttpConnectionPoolMetrics withDefaultTags(Iterable<io.micrometer.core.instrument.Tag> defaultTags) -
bindTo
public void bindTo(io.micrometer.core.instrument.MeterRegistry registry) - Specified by:
bindToin interfaceio.micrometer.core.instrument.binder.MeterBinder
-