All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codahale.metrics.httpclient.HttpClientMetricNameStrategy Maven / Gradle / Ivy

Go to download

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