| 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) |
Span.Builder |
Span.Builder.annotations(Annotation... annotations)
Replaces currently collected annotations.
|
int |
Annotation.compareTo(Annotation that)
|
| Constructor and Description |
|---|
Builder(Annotation source) |
Copyright © 2015–2016 OpenZipkin. All rights reserved.