component-basek8s.io/component-base/metrics

Imports of package metrics

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/blang/semver/v4
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/prometheus/client_golang/prometheus/promhttpPackage promhttp provides tooling around HTTP servers and clients.
github.com/prometheus/client_model/go
github.com/prometheus/procfsPackage procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/versionPackage version supplies the type for version information.
k8s.io/component-base/metrics/prometheusextension
k8s.io/component-base/version
k8s.io/klog/v2Package klog contains the following functionality:
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.