| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
| io.lettuce.core.tracing |
| Class and Description |
|---|
| TraceContext
Marker interface for a context propagation of parent and child spans.
|
| TraceContextProvider
Interface to obtain a
TraceContext allowing propagation of Tracer.Span TraceContexts across threads. |
| Tracer.Span
Used to model the latency of an operation along with tags such as name or the
Tracing.Endpoint. |
| Class and Description |
|---|
| Tracing
Interface declaring methods to trace Redis commands.
|
| Class and Description |
|---|
BraveTracing
Tracing integration with OpenZipkin's Brave Tracer. |
BraveTracing.BraveTraceContext
TraceContext implementation for Brave's TraceContext. |
| BraveTracing.Builder
Builder for
BraveTracing. |
| TraceContext
Marker interface for a context propagation of parent and child spans.
|
| TraceContextProvider
Interface to obtain a
TraceContext allowing propagation of Tracer.Span TraceContexts across threads. |
| Tracer
Tracing abstraction to create
Tracer.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 the
Tracing.Endpoint. |
| TracerProvider
Interface to obtain a
Tracer. |
| Tracing
Interface declaring methods to trace Redis commands.
|
| Tracing.Endpoint
Value object interface to represent an endpoint.
|
Copyright © 2021 lettuce.io. All rights reserved.