Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + const DefaultServiceName + func MicroToTime(micro int64) time.Time + func NewAnnotations(annotations []Annotation, endpoint Endpoint) []trace.Annotation + func NewBinaryAnnotations(annotations []BinaryAnnotation, endpoint Endpoint) []trace.BinaryAnnotation + func NewTrace(spans []Span) (trace.Trace, error) + type Annotation interface + Host func() Endpoint + Timestamp func() time.Time + Value func() string + type BinaryAnnotation interface + Host func() Endpoint + Key func() string + Value func() string + type Decoder interface + Decode func(octets []byte) ([]Span, error) + type Endpoint interface + Host func() string + Name func() string + type Span interface + Annotations func() []Annotation + BinaryAnnotations func() ([]BinaryAnnotation, error) + Duration func() time.Duration + Name func() string + Parent func() (string, error) + SpanID func() (string, error) + Timestamp func() time.Time + Trace func() (string, error)