Imports of package basic

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.
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/metric/registry
go.opentelemetry.io/otel/sdk/export/metric
go.opentelemetry.io/otel/sdk/metricPackage metric provides an implementation of the OpenTelemetry metrics SDK.
go.opentelemetry.io/otel/sdk/metric/controller/time
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.