Package zipkin2.v1

Class V1BinaryAnnotation

java.lang.Object
zipkin2.v1.V1BinaryAnnotation
All Implemented Interfaces:
Comparable<V1BinaryAnnotation>

@Deprecated
public final class V1BinaryAnnotation
extends Object
implements Comparable<V1BinaryAnnotation>
Deprecated.
new code should use Span.tags().
This only supports binary annotations that map to v2 span data. Namely, this supports Span.tags(), Span.localEndpoint() and Span.remoteEndpoint().

Specifically, this maps String and Boolean binary annotations, ignoring others.