| Interface | Description |
|---|---|
| AsyncSpanConsumer |
Spans are created in instrumentation, transported out-of-band, and eventually persisted.
|
| AsyncSpanStore |
An interface that is equivalent to
SpanStore but accepts callbacks to allow
bridging to async libraries. |
| Callback<V> |
A callback of a single result or error.
|
| SpanStore | |
| StorageAdapters.SpanConsumer | |
| StorageComponent |
A component that provides storage interfaces used for spans and aggregations.
|
| StorageComponent.Builder |
| Class | Description |
|---|---|
| InMemorySpanStore |
Internally, spans are indexed on 64-bit trace ID
|
| InMemoryStorage |
Test storage component that keeps all spans in memory, accepting them on the calling thread.
|
| InMemoryStorage.Builder | |
| QueryRequest |
Invoking this request retrieves traces matching the below filters.
|
| QueryRequest.Builder | |
| StorageAdapters |
Adapters that convert storage components.
|
Copyright © 2015–2018 OpenZipkin. All rights reserved.