Package | Description |
---|---|
zipkin2 | |
zipkin2.codec | |
zipkin2.storage | |
zipkin2.v1 |
Modifier and Type | Method and Description |
---|---|
Span |
Span.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static BytesDecoder<Span> |
SpanBytesDecoderDetector.decoderForListMessage(byte[] spans) |
static BytesDecoder<Span> |
SpanBytesDecoderDetector.decoderForMessage(byte[] span) |
Modifier and Type | Method and Description |
---|---|
abstract int |
SpanBytesEncoder.encodeList(List<Span> spans,
byte[] out,
int pos)
Allows you to encode a list of spans onto a specific offset.
|
Modifier and Type | Method and Description |
---|---|
static Call.Mapper<List<Span>,List<List<Span>>> |
GroupByTraceId.create(boolean strictTraceId) |
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<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
|
static Call.Mapper<List<List<Span>>,List<List<Span>>> |
StrictTraceId.filterTraces(QueryRequest request)
Filters the mutable input based on the query
|
Call<List<Span>> |
InMemoryStorage.getTrace(String traceId) |
Call<List<Span>> |
SpanStore.getTrace(String traceId)
Retrieves spans that share a 128-bit trace id with no ordering expectation or empty if none are
found.
|
List<List<Span>> |
InMemoryStorage.getTraces()
Used for testing.
|
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.
|
List<List<Span>> |
GroupByTraceId.map(List<Span> input) |
Modifier and Type | Method and Description |
---|---|
Call<Void> |
InMemoryStorage.accept(List<Span> spans) |
Call<Void> |
SpanConsumer.accept(List<Span> spans) |
List<List<Span>> |
GroupByTraceId.map(List<Span> input) |
boolean |
QueryRequest.test(List<Span> spans)
Tests the supplied trace against the current request.
|
Modifier and Type | Method and Description |
---|---|
List<Span> |
V1SpanConverter.convert(V1Span source) |
Modifier and Type | Method and Description |
---|---|
V1Span |
V2SpanConverter.convert(Span value) |
Modifier and Type | Method and Description |
---|---|
void |
V1SpanConverter.convert(V1Span source,
Collection<Span> sink) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.