| Package | Description |
|---|---|
| zipkin |
| Modifier and Type | Field and Description |
|---|---|
Endpoint |
BinaryAnnotation.endpoint
The host that recorded
BinaryAnnotation.value, allowing query by service name or address. |
Endpoint |
Annotation.endpoint
The host that recorded
Annotation.value, primarily for query by service name. |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.Builder.build() |
static Endpoint |
Endpoint.create(String serviceName,
int ipv4) |
static Endpoint |
Endpoint.create(String serviceName,
int ipv4,
int port)
Deprecated.
as leads to null pointer exceptions on port. Use
builder() instead. |
| Modifier and Type | Method and Description |
|---|---|
static BinaryAnnotation |
BinaryAnnotation.address(String key,
Endpoint endpoint)
Special-cased form supporting
Constants.CLIENT_ADDR and
Constants.SERVER_ADDR. |
static Annotation |
Annotation.create(long timestamp,
String value,
Endpoint endpoint) |
static BinaryAnnotation |
BinaryAnnotation.create(String key,
byte[] value,
BinaryAnnotation.Type type,
Endpoint endpoint) |
static BinaryAnnotation |
BinaryAnnotation.create(String key,
String value,
Endpoint endpoint)
String values are the only queryable type of binary annotation.
|
BinaryAnnotation.Builder |
BinaryAnnotation.Builder.endpoint(Endpoint endpoint) |
Annotation.Builder |
Annotation.Builder.endpoint(Endpoint endpoint) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.