container/list | Package list implements a doubly linked list. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/internal/global | |
go.opentelemetry.io/otel/metric | Package metric provides the OpenTelemetry API used to measure metrics about source code operation. |
go.opentelemetry.io/otel/metric/embedded | Package embedded provides interfaces embedded within the [OpenTelemetry metric API]. |
go.opentelemetry.io/otel/metric/noop | Package noop provides an implementation of the OpenTelemetry metric API that produces no telemetry and minimizes used computation resources. |
go.opentelemetry.io/otel/sdk/instrumentation | Package instrumentation provides types to represent the code libraries that provide OpenTelemetry instrumentation. |
go.opentelemetry.io/otel/sdk/metric/exemplar | Package exemplar provides an implementation of the OpenTelemetry exemplar reservoir to be used in metric collection pipelines. |
go.opentelemetry.io/otel/sdk/metric/internal | |
go.opentelemetry.io/otel/sdk/metric/internal/aggregate | Package aggregate provides aggregate types used compute aggregations and cycle the state of metric measurements made by the SDK. |
go.opentelemetry.io/otel/sdk/metric/internal/x | Package x contains support for OTel metric SDK experimental features. |
go.opentelemetry.io/otel/sdk/metric/metricdata | |
go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |