# Functions
BaseContainerLabels returns a ContainerLabelsFunc that exports the container name, first alias, image name as well as all its white listed env and label values.
DefaultContainerLabels implements ContainerLabelsFunc.
NewPrometheusCollector returns a new PrometheusCollector.
NewPrometheusMachineCollector returns a new PrometheusCollector.
# Constants
ContainerEnvPrefix is the prefix added to all env variable labels.
ContainerLabelPrefix is the prefix added to all container labels.
LabelID is the name of the id label.
LabelImage is the name of the image label.
LabelName is the name of the name label.
# Structs
PrometheusCollector implements prometheus.Collector.
PrometheusMachineCollector implements prometheus.Collector.
# Type aliases
ContainerLabelsFunc defines all base labels and their values attached to each metric exported by cAdvisor.