| Package | Description |
|---|---|
| com.github.kristofa.brave | |
| com.github.kristofa.brave.internal | |
| com.twitter.zipkin.gen |
| Modifier and Type | Method | Description |
|---|---|---|
Endpoint |
CommonSpanState.endpoint() |
Deprecated.
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
InheritableServerClientAndLocalSpanState.endpoint() |
Deprecated.
|
Endpoint |
SpanAndEndpoint.ClientSpanAndEndpoint.endpoint() |
Deprecated.
Indicates the network context of the local service being traced.
|
Endpoint |
SpanAndEndpoint.endpoint() |
Deprecated.
Indicates the network context of the local service being traced.
|
Endpoint |
SpanAndEndpoint.LocalSpanAndEndpoint.endpoint() |
Deprecated.
|
Endpoint |
SpanAndEndpoint.ServerSpanAndEndpoint.endpoint() |
Deprecated.
Indicates the network context of the local service being traced.
|
Endpoint |
ThreadLocalServerClientAndLocalSpanState.endpoint() |
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
ClientRequestAdapter.serverAddress() |
Deprecated.
Provides the remote server address information for additional tracking.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientTracer.setClientSent(Endpoint server) |
Deprecated.
Like
ClientTracer.setClientSent(), except you can log the network context of the destination. |
void |
ServerTracer.setServerReceived(Endpoint client) |
Deprecated.
Like
ServerTracer.setServerReceived(), except you can log the network context of the caller, for
example an IP address from the X-Forwarded-For header. |
| Constructor | Description |
|---|---|
Builder(Endpoint endpoint) |
|
InheritableServerClientAndLocalSpanState(Endpoint endpoint) |
Deprecated.
|
ThreadLocalServerClientAndLocalSpanState(Endpoint endpoint) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
Internal.setClientAddress(Brave brave,
Endpoint ca) |
| Modifier and Type | Field | Description |
|---|---|---|
Endpoint |
Annotation.host |
Always the host that recorded the event.
|
Endpoint |
BinaryAnnotation.host |
The host that recorded tag, which allows you to differentiate between
multiple tags with the same key.
|
| Modifier and Type | Method | Description |
|---|---|---|
Endpoint |
Endpoint.Builder.build() |
|
static Endpoint |
Endpoint.create(java.lang.String serviceName,
int ipv4) |
|
static Endpoint |
Endpoint.create(java.lang.String serviceName,
int ipv4,
int port) |
Deprecated.
as leads to null pointer exceptions on port. Use
builder() instead. |
| Modifier and Type | Method | Description |
|---|---|---|
static BinaryAnnotation |
BinaryAnnotation.address(java.lang.String key,
Endpoint endpoint) |
Special-cased form supporting
Constants.CLIENT_ADDR and Constants.SERVER_ADDR. |
static Annotation |
Annotation.create(long timestamp,
java.lang.String value,
Endpoint endpoint) |
|
static BinaryAnnotation |
BinaryAnnotation.create(java.lang.String key,
byte[] value,
AnnotationType type,
Endpoint endpoint) |
|
static BinaryAnnotation |
BinaryAnnotation.create(java.lang.String key,
java.lang.String value,
Endpoint endpoint) |
String values are the only queryable type of binary annotation.
|
Copyright © 2018 OpenZipkin. All rights reserved.