Uses of Class
zipkin2.proto3.Annotation
Package | Description |
---|---|
zipkin2.proto3 |
-
Uses of Annotation in zipkin2.proto3
Fields in zipkin2.proto3 with type parameters of type Annotation Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<Annotation>
Annotation. ADAPTER
List<Annotation>
Span. annotations
Associates events that explain latency with the time they happened.List<Annotation>
Span.Builder. annotations
Methods in zipkin2.proto3 that return Annotation Modifier and Type Method Description Annotation
Annotation.Builder. build()
Method parameters in zipkin2.proto3 with type arguments of type Annotation Modifier and Type Method Description Span.Builder
Span.Builder. annotations(List<Annotation> annotations)
Associates events that explain latency with the time they happened.Constructor parameters in zipkin2.proto3 with type arguments of type Annotation 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)