Package zipkin2

Class Annotation

java.lang.Object
zipkin2.Annotation
All Implemented Interfaces:
Serializable, Comparable<Annotation>

public final class Annotation
extends Object
implements Comparable<Annotation>, Serializable
Associates an event that explains latency with a timestamp.

Unlike log statements, annotations are often codes: Ex. cache.miss.

See Also:
Serialized Form