Package io.micrometer.core.instrument.binder.httpcomponents
-
Class Summary Class Description DefaultUriMapper Extracts the URI pattern from the predefined request header, "URI_PATTERN" if available.MicrometerHttpClientInterceptor ProvidesHttpRequestInterceptorandHttpResponseInterceptorfor configuring with anHttpAsyncClient.MicrometerHttpRequestExecutor This HttpRequestExecutor tracks the request duration of every request, that goes through anHttpClient.MicrometerHttpRequestExecutor.Builder PoolingHttpClientConnectionManagerMetricsBinder Collects metrics from aConnPoolControl, for examplePoolingHttpClientConnectionManagerfor synchronous HTTP clients orPoolingNHttpClientConnectionManagerfor asynchronous HTTP clients.