| Interface | 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. |
| TracerProvider |
Interface to obtain a
Tracer. |
| Tracing |
Interface declaring methods to trace Redis commands.
|
| Tracing.Endpoint |
Value object interface to represent an endpoint.
|
| Class | Description |
|---|---|
| BraveTracing |
Tracing integration with OpenZipkin's Brave Tracer. |
| BraveTracing.BraveEndpoint |
Endpoint implementation for Zipkin's Endpoint. |
| BraveTracing.BraveTraceContext |
TraceContext implementation for Brave's TraceContext. |
| BraveTracing.Builder |
Builder for
BraveTracing. |
| 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. |
Copyright © 2021 lettuce.io. All rights reserved.