Uses of Class
zipkin2.proto3.Annotation.Builder
Package | Description |
---|---|
zipkin2.proto3 |
-
Uses of Annotation.Builder in zipkin2.proto3
Methods in zipkin2.proto3 that return Annotation.Builder Modifier and Type Method Description Annotation.Builder
Annotation. newBuilder()
Annotation.Builder
Annotation.Builder. timestamp(Long timestamp)
Epoch microseconds of this event.Annotation.Builder
Annotation.Builder. value(String value)
Usually a short tag indicating an event, like "error" While possible to add larger data, such as garbage collection details, low cardinality event names both keep the size of spans down and also are easy to search against.