vendor: cadvisor v0.39.0
Main upgrades: - github.com/opencontainers/runc v1.0.0-rc93 - github.com/containerd/containerd v1.4.4 - github.com/docker/docker v20.10.2 - github.com/mrunalp/fileutils v0.5.0 - github.com/opencontainers/selinux v1.8.0 - github.com/cilium/ebpf v0.2.0
This commit is contained in:
12
vendor/github.com/google/cadvisor/resctrl/collector.go
generated
vendored
12
vendor/github.com/google/cadvisor/resctrl/collector.go
generated
vendored
@@ -26,19 +26,19 @@ import (
|
||||
)
|
||||
|
||||
type collector struct {
|
||||
resctrl intelrdt.IntelRdtManager
|
||||
resctrl intelrdt.Manager
|
||||
stats.NoopDestroy
|
||||
}
|
||||
|
||||
func newCollector(id string, resctrlPath string) *collector {
|
||||
collector := &collector{
|
||||
resctrl: intelrdt.IntelRdtManager{
|
||||
Config: &configs.Config{
|
||||
resctrl: intelrdt.NewManager(
|
||||
&configs.Config{
|
||||
IntelRdt: &configs.IntelRdt{},
|
||||
},
|
||||
Id: id,
|
||||
Path: resctrlPath,
|
||||
},
|
||||
id,
|
||||
resctrlPath,
|
||||
),
|
||||
}
|
||||
|
||||
return collector
|
||||
|
Reference in New Issue
Block a user