| Package | Description |
|---|---|
| com.github.kristofa.brave | |
| com.twitter.zipkin.gen |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
SpanAndEndpoint.endpoint()
Indicates the network context of the local service being traced.
|
Endpoint |
SpanAndEndpoint.ServerSpanAndEndpoint.endpoint()
Indicates the network context of the local service being traced.
|
Endpoint |
SpanAndEndpoint.ClientSpanAndEndpoint.endpoint()
Indicates the network context of the local service being traced.
|
Endpoint |
SpanAndEndpoint.LocalSpanAndEndpoint.endpoint() |
Endpoint |
ThreadLocalServerClientAndLocalSpanState.endpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
CommonSpanState.endpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
ClientRequestAdapter.serverAddress()
Provides the remote server address information for additional tracking.
|
| Modifier and Type | Field and Description |
|---|---|
Endpoint |
BinaryAnnotation.host
The host that recorded tag, which allows you to differentiate between
multiple tags with the same key.
|
Endpoint |
Annotation.host
Always the host that recorded the event.
|
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Endpoint.create(String serviceName,
int ipv4) |
static Endpoint |
Endpoint.create(String serviceName,
int ipv4,
int port) |
| 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,
AnnotationType type,
Endpoint endpoint) |
static BinaryAnnotation |
BinaryAnnotation.create(String key,
String value,
Endpoint endpoint)
String values are the only queryable type of binary annotation.
|
Copyright © 2016. All rights reserved.