Versions in this module Expand all Collapse all v0 v0.60.0 Jun 20, 2026 Changes in this version + type Collector interface + Destroy func() + UpdateStats func(*info.ContainerStats) error + type Manager interface + Destroy func() + GetCollector func(deviceCgroup string) (Collector, error) + type NoopCollector struct + func (c *NoopCollector) UpdateStats(stats *v1.ContainerStats) error + type NoopDestroy struct + func (nsd NoopDestroy) Destroy() + type NoopManager struct + func (m *NoopManager) GetCollector(cgroup string) (Collector, error) + type NoopResctrlManager struct + func (n *NoopResctrlManager) GetCollector(containerName string, getContainerPids func() ([]string, error), ...) (Collector, error) + type ResctrlManager interface + Destroy func() + GetCollector func(containerName string, getContainerPids func() ([]string, error), ...) (Collector, error)