# Functions
NewKubernetesVec creates a new KubernetesVec based on the provided KubernetesOpts and partitioned by the given label names.
NewLabelsVec creates a new LabelsVec based on the provided KubernetesOpts.
NewStateMetricProxy returns a StateMetricsProxy.
# Structs
KubernetesVec is a Collector that bundles a set of Kubernetes metrics that all share the same Desc, but have different values for their variable labels.
LabelsVec is a Collector that bundles a set of unchecked Kubernetes metrics that all share the same Desc, but have different labels.
StateMetricProxy updates state metrics by intercepting events as they are passed to event handlers.
# Interfaces
Kubernetes is a metric tracking a numerical value that can arbitrary go up and down.
# Type aliases
KubernetesOpts is an alias for Opts.