| Package | Description |
|---|---|
| zipkin |
| Modifier and Type | Field and Description |
|---|---|
List<Annotation> |
Span.annotations
Associates events that explain latency with a timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.Builder.build() |
static Annotation |
Annotation.create(long timestamp,
String value,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Span.Builder |
Span.Builder.addAnnotation(Annotation annotation) |
int |
Annotation.compareTo(Annotation that)
|
| Modifier and Type | Method and Description |
|---|---|
Span.Builder |
Span.Builder.annotations(Collection<Annotation> annotations)
Replaces currently collected annotations.
|
Copyright © 2015–2018 OpenZipkin. All rights reserved.