| Modifier and Type | Class and Description |
|---|---|
class |
MilliSpan
A Span implementation that stores its information in milliseconds since the
epoch.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
Span.child(String description)
Deprecated.
Since 4.0.0. Use
MilliSpan.Builder |
Span |
MilliSpan.child(String childDescription) |
static Span |
Tracer.getCurrentSpan() |
Span |
TraceScope.getSpan()
Returns the span which this scope is managing.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Span> |
POJOSpanReceiver.getSpans() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardOutSpanReceiver.receiveSpan(Span span) |
void |
POJOSpanReceiver.receiveSpan(Span span) |
void |
LocalFileSpanReceiver.receiveSpan(Span span) |
abstract void |
SpanReceiver.receiveSpan(Span span)
Called when a Span is stopped and can now be stored.
|
void |
Span.SpanSerializer.serialize(Span span,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.