Uses of Class
zipkin2.proto3.Annotation
-
Packages that use 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. ADAPTERList<Annotation>Span. annotationsAssociates events that explain latency with the time they happened.List<Annotation>Span.Builder. annotationsMethods in zipkin2.proto3 that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()Method parameters in zipkin2.proto3 with type arguments of type Annotation Modifier and Type Method Description Span.BuilderSpan.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)
-