| Package | Description |
|---|---|
| zipkin2.storage |
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
QueryRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Call.Mapper<List<List<Span>>,List<List<Span>>> |
StrictTraceId.filterTraces(QueryRequest request)
Filters the mutable input client-side when there's a clash on lower 64-bits of a trace ID.
|
Call<List<List<Span>>> |
InMemoryStorage.getTraces(QueryRequest request) |
Call<List<List<Span>>> |
SpanStore.getTraces(QueryRequest request)
Retrieves spans grouped by trace ID from the storage system with no ordering expectation.
|
Copyright © 2015–2019 OpenZipkin. All rights reserved.