Versions in this module Expand all Collapse all v1 v1.1.2 Mar 20, 2024 Changes in this version + type IDGenerator struct + func NewIDGenerator() *IDGenerator + func (id *IDGenerator) NewIDs(ctx context.Context) (traceID trace.TraceID, spanID trace.SpanID) + func (id *IDGenerator) NewSpanID(ctx context.Context, traceID trace.TraceID) (spanID trace.SpanID) + type TracerProvider struct + func New() *TracerProvider