Class LettuceObservationContext
java.lang.Object
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.SenderContext<Object>
io.valkey.springframework.data.valkey.connection.lettuce.observability.LettuceObservationContext
- All Implemented Interfaces:
io.micrometer.observation.Observation.ContextView
@Deprecated(since="3.4",
forRemoval=true)
public class LettuceObservationContext
extends io.micrometer.observation.transport.SenderContext<Object>
Deprecated, for removal: This API element is subject to removal in a future version.
Micrometer
Observation.Context holding Lettuce contextual details.- Since:
- 3.0
- Author:
- Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionLettuceObservationContext(String serviceName) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionio.lettuce.core.protocol.RedisCommand<?,?, ?> Deprecated, for removal: This API element is subject to removal in a future version.io.lettuce.core.tracing.Tracing.EndpointDeprecated, for removal: This API element is subject to removal in a future version.voidsetCommand(io.lettuce.core.protocol.RedisCommand<?, ?, ?> command) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEndpoint(io.lettuce.core.tracing.Tracing.Endpoint endpoint) Deprecated, for removal: This API element is subject to removal in a future version.Methods 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
-
LettuceObservationContext
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRequiredCommand
public io.lettuce.core.protocol.RedisCommand<?,?, getRequiredCommand()?> Deprecated, for removal: This API element is subject to removal in a future version. -
setCommand
public void setCommand(io.lettuce.core.protocol.RedisCommand<?, ?, ?> command) Deprecated, for removal: This API element is subject to removal in a future version. -
getRequiredEndpoint
public io.lettuce.core.tracing.Tracing.Endpoint getRequiredEndpoint()Deprecated, for removal: This API element is subject to removal in a future version. -
setEndpoint
public void setEndpoint(io.lettuce.core.tracing.Tracing.Endpoint endpoint) Deprecated, for removal: This API element is subject to removal in a future version.
-
MicrometerTracing.