Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2021 Changes in this version + type Cadvisor interface + ContainerInfoV2 func(name string, options cadvisorapiv2.RequestOptions) (map[string]cadvisorapiv2.ContainerInfo, error) + ContainerSpec func(containerName string, options cadvisorapiv2.RequestOptions) (map[string]cadvisorapiv2.ContainerSpec, error) + MachineInfo func() (*cadvisorapi.MachineInfo, error) + Start func() error + Stop func() error + func NewCadvisorManager(cadPram CadvisorParameter, cgroupPrefixs []string) Cadvisor + type CadvisorParameter struct + IncludeMetrics cadvisormetrics.MetricSet + MaxHousekeepingInterval time.Duration + MemCache *memory.InMemoryCache + SysFs sysfs.SysFs