Imports of package metricutil

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/docker/buildx/util/confutil
github.com/docker/buildx/version
github.com/docker/cli/cli/command
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/metric/noopPackage noop provides an implementation of the OpenTelemetry metric API that produces no telemetry and minimizes used computation resources.
go.opentelemetry.io/otel/sdk/metricPackage metric provides an implementation of the OpenTelemetry metrics SDK.
go.opentelemetry.io/otel/sdk/metric/metricdataPackage metricdata provides types for the metric SDK data model.
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
go.opentelemetry.io/otel/semconv/v1.21.0Package semconv implements OpenTelemetry semantic conventions.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.