Module lettuce.core
Package io.lettuce.core.tracing
-
Interface Summary Interface Description TraceContext Marker interface for a context propagation of parent and child spans.TraceContextProvider Interface to obtain aTraceContextallowing propagation ofTracer.SpanTraceContexts across threads.TracerProvider Interface to obtain aTracer.Tracing Interface declaring methods to trace Redis commands.Tracing.Endpoint Value object interface to represent an endpoint. -
Class Summary Class Description BraveTracing Tracingintegration with OpenZipkin's BraveTracer.BraveTracing.BraveEndpoint Tracing.Endpointimplementation for Zipkin'sEndpoint.BraveTracing.BraveTraceContext TraceContextimplementation for Brave'sTraceContext.BraveTracing.Builder Builder forBraveTracing.Tracer Tracing abstraction to createTracer.Spans to capture latency and behavior of Redis commands.Tracer.Span Used to model the latency of an operation along with tags such as name or theTracing.Endpoint.