Package trace provides an implementation of the tracing part of the OpenTelemetry API for creating and managing spans in distributed traces.
go get go.opentelemetry.io/otel/traceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a tracer and starts a span using the OpenTelemetry trace API.
Embed the corresponding interface from go.opentelemetry.io/otel/trace/embedded in your implementation to get a compilation failure on API changes, or embed go.opentelemetry.io/otel/trace/noop for safe default behavior.
No dependency data recorded yet.