# Constants
MetricCumulative is a counter-like value that is only expected to increase.
MetricDelta is a rate over a time period.
MetricGauge is an instantaneous value.
SystemContainerKubelet is the container name for the system container tracking Kubelet usage.
SystemContainerMisc is the container name for the system container tracking non-kubernetes processes.
SystemContainerRuntime is the container name for the system container tracking the runtime (e.g.
# Structs
ContainerStats holds container-level unprocessed sample stats.
CPUStats contains data about CPU usage.
FsStats contains data about filesystem usage.
MemoryStats contains data about memory usage.
NetworkStats contains data about network resources.
NodeStats holds node-level unprocessed sample stats.
PodReference contains enough information to locate the referenced pod.
PodStats holds pod-level unprocessed sample stats.
PVCReference contains enough information to describe the referenced PVC.
RuntimeStats are stats pertaining to the underlying container runtime.
Summary is a top-level container for holding NodeStats and PodStats.
UserDefinedMetric represents a metric defined and generate by users.
UserDefinedMetricDescriptor contains metadata that describes a user defined metric.
VolumeStats contains data about Volume filesystem usage.
# Type aliases
UserDefinedMetricType defines how the metric should be interpreted by the user.