Interface | Description |
---|---|
Codec |
Methods make an attempt to perform codec operations, failing to null.
|
Codec.Factory | |
SpanStore |
Class | Description |
---|---|
Annotation |
Associates an event that explains latency with a timestamp.
|
Annotation.Builder | |
BinaryAnnotation |
Binary annotations are tags applied to a Span to give it context.
|
BinaryAnnotation.Builder | |
Constants | |
DependencyLink | |
DependencyLink.Builder | |
Endpoint |
Indicates the network context of a service recording an annotation with two exceptions.
|
Endpoint.Builder | |
InMemorySpanStore | |
QueryRequest |
Invoking this request retrieves traces matching the below filters.
|
QueryRequest.Builder | |
Sampler |
Sampler is responsible for deciding if a particular trace should be "sampled", i.e.
|
Sampler.ProbabilisticSampler |
Accepts a percentage of trace ids by comparing their absolute value against a boundary.
|
Span |
A trace is a series of spans (often RPC calls) which form a latency tree.
|
Span.Builder | |
TraceKeys |
Well-known
binary annotation keys . |
Enum | Description |
---|---|
BinaryAnnotation.Type |
A subset of thrift base types, except BYTES.
|
Copyright © 2015–2016 OpenZipkin. All rights reserved.