Uses of Class
zipkin2.proto3.Endpoint
Package | Description |
---|---|
zipkin2.proto3 |
-
Uses of Endpoint in zipkin2.proto3
Fields in zipkin2.proto3 declared as Endpoint Modifier and Type Field Description Endpoint
Span.Builder. local_endpoint
Endpoint
Span. local_endpoint
The host that recorded this span, primarily for query by service name.Endpoint
Span.Builder. remote_endpoint
Endpoint
Span. remote_endpoint
When an RPC (or messaging) span, indicates the other side of the connection.Fields in zipkin2.proto3 with type parameters of type Endpoint Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<Endpoint>
Endpoint. ADAPTER
Methods in zipkin2.proto3 that return Endpoint Modifier and Type Method Description Endpoint
Endpoint.Builder. build()
Methods in zipkin2.proto3 with parameters of type Endpoint Modifier and Type Method Description Span.Builder
Span.Builder. local_endpoint(Endpoint local_endpoint)
The host that recorded this span, primarily for query by service name.Span.Builder
Span.Builder. remote_endpoint(Endpoint remote_endpoint)
When an RPC (or messaging) span, indicates the other side of the connection.Constructors in zipkin2.proto3 with parameters of type Endpoint Constructor Description Span(okio.ByteString trace_id, okio.ByteString parent_id, okio.ByteString id, Span.Kind kind, String name, Long timestamp, Long duration, Endpoint local_endpoint, Endpoint remote_endpoint, List<Annotation> annotations, Map<String,String> tags, Boolean debug, Boolean shared)
Span(okio.ByteString trace_id, okio.ByteString parent_id, okio.ByteString id, Span.Kind kind, String name, Long timestamp, Long duration, Endpoint local_endpoint, Endpoint remote_endpoint, List<Annotation> annotations, Map<String,String> tags, Boolean debug, Boolean shared, okio.ByteString unknownFields)