| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.tracing |
| Modifier and Type | Method and Description |
|---|---|
Tracer.Span |
TracedCommand.getSpan() |
| Modifier and Type | Method and Description |
|---|---|
void |
TracedCommand.setSpan(Tracer.Span span) |
| Modifier and Type | Method and Description |
|---|---|
abstract Tracer.Span |
Tracer.Span.annotate(String value)
Associates an event that explains latency with the current system time.
|
abstract Tracer.Span |
Tracer.Span.error(Throwable throwable)
Associate an
error with this Tracer.Span. |
abstract Tracer.Span |
Tracer.Span.name(String name)
Sets the name for this
Tracer.Span. |
abstract Tracer.Span |
Tracer.nextSpan()
Returns a new trace
Tracer.Span. |
abstract Tracer.Span |
Tracer.nextSpan(TraceContext traceContext)
|
abstract Tracer.Span |
Tracer.Span.remoteEndpoint(Tracing.Endpoint endpoint)
Associates an
Tracing.Endpoint with this Tracer.Span. |
abstract Tracer.Span |
Tracer.Span.start()
Starts the span with.
|
abstract Tracer.Span |
Tracer.Span.tag(String key,
String value)
Associates a tag with this
Tracer.Span. |
Copyright © 2021 lettuce.io. All rights reserved.