Imports of package prometheus

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/prometheus/client_model/go
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/internal/global
go.opentelemetry.io/otel/metric/unit
go.opentelemetry.io/otel/sdk/instrumentationPackage instrumentation provides types to represent the code libraries that provide OpenTelemetry instrumentation.
go.opentelemetry.io/otel/sdk/metricPackage metric provides an implementation of the OpenTelemetry metrics SDK.
go.opentelemetry.io/otel/sdk/metric/metricdata
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.