Package io.micrometer.core.instrument.binder.httpcomponents
package io.micrometer.core.instrument.binder.httpcomponents
-
Class SummaryClassDescriptionExtracts the URI pattern from the predefined request header, "URI_PATTERN" if available.Provides
HttpRequestInterceptorandHttpResponseInterceptorfor configuring with anHttpAsyncClient.This HttpRequestExecutor tracks the request duration of every request, that goes through anHttpClient.Collects metrics from aConnPoolControl, for examplePoolingHttpClientConnectionManagerfor synchronous HTTP clients orPoolingNHttpClientConnectionManagerfor asynchronous HTTP clients.