update cadvisor godeps to v0.33.0
This commit is contained in:
5
vendor/github.com/google/cadvisor/container/crio/handler.go
generated
vendored
5
vendor/github.com/google/cadvisor/container/crio/handler.go
generated
vendored
@@ -86,10 +86,7 @@ func newCrioContainerHandler(
|
||||
includedMetrics container.MetricSet,
|
||||
) (container.ContainerHandler, error) {
|
||||
// Create the cgroup paths.
|
||||
cgroupPaths := make(map[string]string, len(cgroupSubsystems.MountPoints))
|
||||
for key, val := range cgroupSubsystems.MountPoints {
|
||||
cgroupPaths[key] = path.Join(val, name)
|
||||
}
|
||||
cgroupPaths := common.MakeCgroupPaths(cgroupSubsystems.MountPoints, name)
|
||||
|
||||
// Generate the equivalent cgroup manager for this container.
|
||||
cgroupManager := &cgroupfs.Manager{
|
||||
|
||||
Reference in New Issue
Block a user