Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2026 Changes in this version + var Tracer trace.Tracer = otel.Tracer("readproof") + func RecordCacheResult(ctx context.Context, hit bool) + func RecordManifestCreated(ctx context.Context) + func RecordMaterializationCreated(ctx context.Context) + func RecordResolve(ctx context.Context, uri string, durationSeconds float64, err error) + func RecordRunCommitted(ctx context.Context) + func RecordSnapshotCreated(ctx context.Context) + func RecordSourceFetch(ctx context.Context, sourceType string, durationSeconds float64, err error) + func RecordTagResolve(ctx context.Context) + func SetTracerProvider(tp trace.TracerProvider) (restore func()) + type Shutdown func(context.Context) error + func Init(ctx context.Context, serviceName string) (Shutdown, error)