Imports of package tracing

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hashicorp/go-multierror
github.com/moby/buildkit/util/bklog
github.com/moby/buildkit/util/stack
github.com/pkg/errorsPackage errors provides simple error handling primitives.
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcPackage otelgrpc is the instrumentation library for google.golang.org/grpc.
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpPackage otelhttp provides an http.Handler and functions that are intended to be used to add tracing by wrapping existing handlers (with Handler) and routes WithRouteTag.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/codesPackage codes defines the canonical error codes used by OpenTelemetry.
go.opentelemetry.io/otel/propagationPackage propagation contains OpenTelemetry context propagators.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
go.opentelemetry.io/otel/semconv/v1.26.0Package semconv implements OpenTelemetry semantic conventions.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
go.opentelemetry.io/otel/trace/noopPackage noop provides an implementation of the OpenTelemetry trace API that produces no telemetry and minimizes used computation resources.
google.golang.org/grpc/statsPackage stats is for collecting and reporting various network and RPC stats.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptracePackage httptrace provides mechanisms to trace the events within HTTP client requests.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.