Versions in this module Expand all Collapse all v0 v0.44.2 Apr 22, 2022 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)