# Functions
MicroToTime converts zipkin's native time of microseconds into time.Time.
NewAnnotations converts a slice of Annotation into a slice of new Annotations.
NewBinaryAnnotations is very similar to NewAnnotations, but it converts BinaryAnnotations instead of the normal Annotation.
NewTrace converts a slice of []Span into a new Trace.
# Constants
DefaultServiceName when the span does not have any serviceName.
# Interfaces
Annotation represents an event that explains latency with a timestamp.
BinaryAnnotation represent tags applied to a Span to give it context.
Decoder decodes the bytes and returns a trace.
Endpoint represents the network context of a service recording an annotation.
Span are created by instrumentation in RPC clients or servers.