Uses of Class
zipkin2.proto3.Annotation.Builder
| Package | Description | 
|---|---|
| zipkin2.proto3 | 
- 
Uses of Annotation.Builder in zipkin2.proto3Methods in zipkin2.proto3 that return Annotation.Builder Modifier and Type Method Description Annotation.BuilderAnnotation. newBuilder()Annotation.BuilderAnnotation.Builder. timestamp(Long timestamp)Epoch microseconds of this event.Annotation.BuilderAnnotation.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.