Registry / http-client / metrics-httpclient

metrics-httpclient

JSON →
library4.2.38javamavenunverified

An Apache HttpClient wrapper providing Metrics instrumentation of connection pools, request durations and rates, and other useful information.

<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-httpclient</artifactId> <version>4.2.38</version> </dependency>
INSTALL
IMPORT
SIG · METRICS-HTTPCLIENT
M
metrics-httpclient
http-clientjavav4.2.38
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InstrumentedHttpClients
com.codahale.metrics.httpclient.InstrumentedHttpClients

Creates an instrumented HttpClient that records metrics for connection pools and request rates.

import com.codahale.metrics.httpclient.InstrumentedHttpClients; import com.codahale.metrics.MetricRegistry; MetricRegistry registry = new MetricRegistry(); CloseableHttpClient client = InstrumentedHttpClients.createDefault(registry);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.38latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources