| Interface | Description |
|---|---|
| AutocompleteTags |
Provides autocomplete functionality by providing values for a given tag key, usually derived from
SpanConsumer. |
| SpanConsumer | |
| SpanStore |
Queries data derived from
SpanConsumer. |
| Class | Description |
|---|---|
| GroupByTraceId |
A mapper that groups unorganized input spans by 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 | |
| StorageComponent |
A component that provides storage interfaces used for spans and aggregations.
|
| StorageComponent.Builder | |
| StrictTraceId |
Storage implementation often need to re-check query results when
strict trace ID is disabled. |
Copyright © 2015–2019 OpenZipkin. All rights reserved.