| Package | Description |
|---|---|
| zipkin2 |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.Builder.build() |
Endpoint |
Span.localEndpoint()
The host that recorded this span, primarily for query by service name.
|
Endpoint |
Span.Builder.localEndpoint() |
Endpoint |
Span.remoteEndpoint()
When an RPC (or messaging) span, indicates the other side of the connection.
|
| Modifier and Type | Method and Description |
|---|---|
Span.Builder |
Span.Builder.localEndpoint(Endpoint localEndpoint) |
Span.Builder |
Span.Builder.remoteEndpoint(Endpoint remoteEndpoint) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.