com.codahale.metrics.httpclient.HttpClientMetricNameStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-httpclient Show documentation
Show all versions of metrics-httpclient Show documentation
An Apache HttpClient wrapper providing Metrics instrumentation of connection pools, request
durations and rates, and other useful information.
The newest version!
package com.codahale.metrics.httpclient;
import org.apache.http.HttpRequest;
public interface HttpClientMetricNameStrategy {
String getNameFor(String name, HttpRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy