Package io.micrometer.core.instrument.binder.httpcomponents
@NonNullFields
@NonNullApi
package io.micrometer.core.instrument.binder.httpcomponents
Meter binders for Apache HttpComponents.
-
ClassDescription
Observation.Contextfor use with Apache HTTP clientObservationinstrumentation.ObservationConventionfor Apache HTTP client instrumentation.ObservationDocumentationfor Apache HTTP client instrumentation.Default implementation ofApacheHttpClientObservationConvention.Extracts the URI pattern from the predefined request header, "URI_PATTERN" if available.ProvidesHttpRequestInterceptorandHttpResponseInterceptorfor 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.