| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
| go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
| go.opentelemetry.io/otel/codes | Package codes defines the canonical error codes used by OpenTelemetry. |
| go.opentelemetry.io/otel/internal/global | Package global provides the OpenTelemetry global API. |
| go.opentelemetry.io/otel/sdk/instrumentation | Package instrumentation provides types to represent the code libraries that provide OpenTelemetry instrumentation. |
| go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
| go.opentelemetry.io/otel/sdk/trace/internal/env | Package env provides types and functionality for environment variable support in the OpenTelemetry SDK. |
| go.opentelemetry.io/otel/sdk/trace/internal/observ | Package observ provides observability instrumentation for the OTel trace SDK package. |
| go.opentelemetry.io/otel/semconv/v1.40.0 | Package semconv implements OpenTelemetry semantic conventions. |
| go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
| go.opentelemetry.io/otel/trace/embedded | Package embedded provides interfaces embedded within the [OpenTelemetry trace API]. |
| go.opentelemetry.io/otel/trace/noop | Package noop provides an implementation of the OpenTelemetry trace API that produces no telemetry and minimizes used computation resources. |
| math/rand/v2 | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| runtime/trace | Package trace contains facilities for programs to generate traces for the Go execution tracer. |
| slices | Package slices defines various functions useful with slices of any type. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
| time | Package time provides functionality for measuring and displaying time. |
| unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |