| Package | Description |
|---|---|
| org.hawkular.apm.server.api.model.zipkin | |
| org.hawkular.apm.server.api.utils.zipkin |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
Span.getAnnotations() |
| Constructor and Description |
|---|
Span(List<BinaryAnnotation> binaryAnnotations,
List<Annotation> annotations) |
Span(Span span,
List<BinaryAnnotation> binaryAnnotations,
List<Annotation> annotations)
Copy construct, with ability to specify binary annotations and annotations.
|
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
ZipkinSpanConvertor.annotation(zipkin.Annotation zipkinAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
static List<Annotation> |
ZipkinSpanConvertor.annotations(List<zipkin.Annotation> zipkinAnnotations) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.