| Package | Description |
|---|---|
| zipkin2 | |
| zipkin2.storage |
| Modifier and Type | Method and Description |
|---|---|
<R> Call<R> |
Call.map(Call.Mapper<V,R> mapper)
Maps the result of this call into a different shape, as defined by the
mapper function. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupByTraceId
A mapper that groups unorganized input spans by trace ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Call.Mapper<List<Span>,List<List<Span>>> |
GroupByTraceId.create(boolean strictTraceId) |
static Call.Mapper<List<Span>,List<Span>> |
StrictTraceId.filterSpans(String traceId) |
static Call.Mapper<List<List<Span>>,List<List<Span>>> |
StrictTraceId.filterTraces(QueryRequest request)
Filters the mutable input based on the query
|
Copyright © 2015–2018 OpenZipkin. All rights reserved.