@API(status=EXPERIMENTAL) public final class HttpConnectionPoolMetrics extends Object implements io.micrometer.core.instrument.binder.MeterBinder
| Constructor and Description |
|---|
HttpConnectionPoolMetrics(org.apache.http.impl.conn.PoolingHttpClientConnectionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindTo(io.micrometer.core.instrument.MeterRegistry registry) |
HttpConnectionPoolMetrics |
withDefaultTags(Iterable<io.micrometer.core.instrument.Tag> defaultTags) |
HttpConnectionPoolMetrics |
withDefaultTags(io.micrometer.core.instrument.Tag... defaultTags) |
HttpConnectionPoolMetrics |
withMetricName(String metricName) |
public HttpConnectionPoolMetrics(org.apache.http.impl.conn.PoolingHttpClientConnectionManager manager)
public HttpConnectionPoolMetrics withMetricName(String metricName)
public HttpConnectionPoolMetrics withDefaultTags(io.micrometer.core.instrument.Tag... defaultTags)
public HttpConnectionPoolMetrics withDefaultTags(Iterable<io.micrometer.core.instrument.Tag> defaultTags)
public void bindTo(io.micrometer.core.instrument.MeterRegistry registry)
bindTo in interface io.micrometer.core.instrument.binder.MeterBinderCopyright © 2015–2019 Zalando SE. All rights reserved.