| Interface | Description |
|---|---|
| AbstractSpan |
The
AbstractSpan represents the span's skeleton, which contains all open methods. |
| WithPeerInfo |
| Class | Description |
|---|---|
| AbstractTracingSpan |
The
AbstractTracingSpan represents a group of AbstractSpan implementations, which belongs a real
distributed trace. |
| EntrySpan |
The
EntrySpan represents a service provider point, such as Tomcat server entrance. |
| ExitSpan |
The
ExitSpan represents a service consumer point, such as Feign, Okhttp client for an Http service. |
| LocalSpan |
The
LocalSpan represents a normal tracing point, such as a local method. |
| LogDataEntity |
The
LogDataEntity represents a collection of KeyValuePair, contains several fields of a logging
operation. |
| LogDataEntity.Builder | |
| NoopExitSpan | |
| NoopSpan |
The
NoopSpan represents a span implementation without any actual operation. |
| StackBasedTracingSpan |
The
StackBasedTracingSpan represents a span with an inside stack construction. |
| TraceSegment |
TraceSegment is a segment or fragment of the distributed trace. |
| TraceSegmentRef |
TraceSegmentRef is like a pointer, which ref to another TraceSegment, use TraceSegmentRef.spanId point to
the exact span of the ref TraceSegment. |
| Enum | Description |
|---|---|
| SpanLayer | |
| TraceSegmentRef.SegmentRefType |
Copyright © 2019 The Apache Software Foundation. All rights reserved.