| Package | Description |
|---|---|
| zipkin2.v1 |
| Modifier and Type | Method and Description |
|---|---|
static V1BinaryAnnotation |
V1BinaryAnnotation.createAddress(String address,
Endpoint endpoint)
Deprecated.
Creates an address annotation, which is the same as
Span.remoteEndpoint() |
static V1BinaryAnnotation |
V1BinaryAnnotation.createString(String key,
String value,
Endpoint endpoint)
Deprecated.
Creates a tag annotation, which is the same as
Span.tags() except duplicating the
endpoint. |
| Modifier and Type | Method and Description |
|---|---|
List<V1BinaryAnnotation> |
V1Span.binaryAnnotations()
Deprecated.
Span.tags() are allocated to binary annotations with a stringValue(). |
| Modifier and Type | Method and Description |
|---|---|
int |
V1BinaryAnnotation.compareTo(V1BinaryAnnotation that)
Deprecated.
Provides consistent iteration by
key |
Copyright © 2015–2019 OpenZipkin. All rights reserved.