Class ApacheHttpClientContext
java.lang.Object
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.SenderContext<org.apache.http.HttpRequest>
io.micrometer.observation.transport.RequestReplySenderContext<org.apache.http.HttpRequest,org.apache.http.HttpResponse>
io.micrometer.core.instrument.binder.httpcomponents.ApacheHttpClientContext
- All Implemented Interfaces:
io.micrometer.observation.Observation.ContextView,io.micrometer.observation.transport.ResponseContext<org.apache.http.HttpResponse>
@Deprecated
public class ApacheHttpClientContext
extends io.micrometer.observation.transport.RequestReplySenderContext<org.apache.http.HttpRequest,org.apache.http.HttpResponse>
Deprecated.
Observation.Context for use with Apache HTTP client
Observation instrumentation.
See
ApacheHttpClientContext
for Apache HTTP client 5 support.
- Since:
- 1.10.0
-
Constructor Summary
ConstructorsConstructorDescriptionApacheHttpClientContext(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext apacheHttpContext, Function<org.apache.http.HttpRequest, String> uriMapper, boolean exportTagsForRoute) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.protocol.HttpContextDeprecated.Deprecated.booleanDeprecated.Methods inherited from class io.micrometer.observation.transport.RequestReplySenderContext
getResponse, setResponseMethods inherited from class io.micrometer.observation.transport.SenderContext
getCarrier, getKind, getRemoteServiceAddress, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceAddress, setRemoteServiceNameMethods inherited from class io.micrometer.observation.Observation.Context
addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.micrometer.observation.Observation.ContextView
getOrDefault
-
Constructor Details
-
Method Details
-
getApacheHttpContext
public org.apache.http.protocol.HttpContext getApacheHttpContext()Deprecated. -
getUriMapper
Deprecated. -
shouldExportTagsForRoute
public boolean shouldExportTagsForRoute()Deprecated.
-
ApacheHttpClientContext.