Versions in this module Expand all Collapse all v0 v0.4.5 Sep 2, 2020 Changes in this version + func Labels(output event.Exporter) event.Exporter + func LogWriter(w io.Writer, onlyErrors bool) event.Exporter + func Spans(output event.Exporter) event.Exporter + type Printer struct + func (p *Printer) WriteEvent(w io.Writer, ev core.Event, lm label.Map) + type Span struct + ID SpanContext + Name string + ParentID SpanID + func GetSpan(ctx context.Context) *Span + func (s *Span) Events() []core.Event + func (s *Span) Finish() core.Event + func (s *Span) Format(f fmt.State, r rune) + func (s *Span) Start() core.Event + type SpanContext struct + SpanID SpanID + TraceID TraceID + func (s *SpanContext) Format(f fmt.State, r rune) + type SpanID [8]byte + func (s SpanID) IsValid() bool + func (s SpanID) String() string + type TraceID [16]byte + func (t TraceID) String() string