public abstract class Tracer extends Object
Tracer.Spans to capture latency and behavior of Redis commands.Tracer.Span| Modifier and Type | Class and Description |
|---|---|
static class |
Tracer.Span
Used to model the latency of an operation along with tags such as name or the
Tracing.Endpoint. |
| Constructor and Description |
|---|
Tracer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Tracer.Span |
nextSpan()
Returns a new trace
Tracer.Span. |
abstract Tracer.Span |
nextSpan(TraceContext traceContext)
|
public abstract Tracer.Span nextSpan()
Tracer.Span.Tracer.Span.public abstract Tracer.Span nextSpan(TraceContext traceContext)
traceContext - the trace context.Tracer.Span.Copyright © 2021 lettuce.io. All rights reserved.