| Package | Description |
|---|---|
| org.hawkular.apm.server.api.model.zipkin | |
| org.hawkular.apm.server.api.utils.zipkin |
| Modifier and Type | Method and Description |
|---|---|
BinaryAnnotation |
Span.getBinaryAnnotation(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<BinaryAnnotation> |
Span.getBinaryAnnotations() |
| 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 BinaryAnnotation |
ZipkinSpanConvertor.binaryAnnotation(zipkin.BinaryAnnotation zipkinBinaryAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
static List<BinaryAnnotation> |
ZipkinSpanConvertor.binaryAnnotations(List<zipkin.BinaryAnnotation> zipkinBinAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
static List<SpanHttpDeriverUtil.HttpCode> |
SpanHttpDeriverUtil.getHttpStatusCodes(List<BinaryAnnotation> binaryAnnotations)
Method returns list of http status codes.
|
MappingResult |
BinaryAnnotationMappingDeriver.mappingResult(List<BinaryAnnotation> binaryAnnotations)
Creates a mapping result from supplied binary annotations.
|
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.