Versions in this module Expand all Collapse all v0 v0.60.2 Jun 24, 2026 v0.60.0 Jun 20, 2026 Changes in this version + const ContainerEnvPrefix + const ContainerLabelPrefix + const LabelID + const LabelImage + const LabelName + func BaseContainerLabels(whiteList []string) func(container *info.ContainerInfo) map[string]string + func DefaultContainerLabels(container *info.ContainerInfo) map[string]string + type ContainerLabelsFunc func(*info.ContainerInfo) map[string]string + type PrometheusCollector struct + func NewPrometheusCollector(i infoProvider, f ContainerLabelsFunc, includedMetrics container.MetricSet, ...) *PrometheusCollector + func (c *PrometheusCollector) Collect(ch chan<- prometheus.Metric) + func (c *PrometheusCollector) Describe(ch chan<- *prometheus.Desc) + type PrometheusMachineCollector struct + func NewPrometheusMachineCollector(i infoProvider, includedMetrics container.MetricSet) *PrometheusMachineCollector + func (collector *PrometheusMachineCollector) Collect(ch chan<- prometheus.Metric) + func (collector *PrometheusMachineCollector) Describe(ch chan<- *prometheus.Desc)