Uses of Package
io.lettuce.core.tracing
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
| io.lettuce.core.tracing |
-
Classes in io.lettuce.core.tracing used by io.lettuce.core.protocol Class Description TraceContext Marker interface for a context propagation of parent and child spans.TraceContextProvider Interface to obtain aTraceContextallowing propagation ofTracer.SpanTraceContexts across threads.Tracer.Span Used to model the latency of an operation along with tags such as name or theTracing.Endpoint. -
Classes in io.lettuce.core.tracing used by io.lettuce.core.resource Class Description Tracing Interface declaring methods to trace Redis commands. -
Classes in io.lettuce.core.tracing used by io.lettuce.core.tracing Class Description BraveTracing Tracingintegration with OpenZipkin's BraveTracer.BraveTracing.BraveTraceContext TraceContextimplementation for Brave'sTraceContext.BraveTracing.Builder Builder forBraveTracing.TraceContext Marker interface for a context propagation of parent and child spans.TraceContextProvider Interface to obtain aTraceContextallowing propagation ofTracer.SpanTraceContexts across threads.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.TracerProvider Interface to obtain aTracer.Tracing Interface declaring methods to trace Redis commands.Tracing.Endpoint Value object interface to represent an endpoint.