Versions in this module Expand all Collapse all v0 v0.0.2 Dec 29, 2024 v0.0.1 Dec 28, 2024 Changes in this version + func SetTracer(t Tracer) + type NoOpSpan struct + func (s *NoOpSpan) End() + func (s *NoOpSpan) RecordError(_ error) + type NoOpTracer struct + func (t *NoOpTracer) Start(ctx context.Context, _ string, _ ...interface{}) (context.Context, Span) + type Span interface + End func() + RecordError func(err error) + func Start(ctx context.Context, spanName string, opts ...interface{}) (context.Context, Span) + type Tracer interface + Start func(ctx context.Context, spanName string, opts ...interface{}) (context.Context, Span)