Package io.micrometer.core.instrument.binder.httpcomponents.hc5
@NonNullFields
@NonNullApi
package io.micrometer.core.instrument.binder.httpcomponents.hc5
Meter binders for Apache HttpComponents 5.
-
ClassDescription
Observation.Contextfor use with Apache HTTP Client 5Observationinstrumentation.ObservationConventionfor Apache HTTP Client 5 instrumentation.ObservationDocumentationfor Apache HTTP Client 5 instrumentation.Default implementation ofApacheHttpClientObservationConvention.Extracts the URI pattern from the predefined request header, "URI_PATTERN" if available.ProvidesHttpRequestInterceptorandHttpResponseInterceptorfor instrumenting async Apache HTTP Client 5.This instruments the execution of every request that goes through anHttpClienton which it is configured.Collects metrics from aConnPoolControl, for examplePoolingHttpClientConnectionManagerfor synchronous HTTP clients orPoolingAsyncClientConnectionManagerfor asynchronous HTTP clients.