package raw

import "github.com/google/cadvisor/container/raw"

Handler for "raw" containers.

Package container defines types for sub-container events and also defines an interface for container operation handlers.

Index

Variables

var DockerOnly = flag.Bool("docker_only", false, "Only report docker containers in addition to root stats")

Functions

func NewRawContainerWatcher

func NewRawContainerWatcher() (watcher.ContainerWatcher, error)

func Register

func Register(machineInfoFactory info.MachineInfoFactory, fsInfo fs.FsInfo, includedMetrics map[container.MetricKind]struct{}, rawPrefixWhiteList []string) error

Source Files

factory.go handler.go watcher.go

Version
v0.41.0
Published
Sep 28, 2021
Platform
js/wasm
Imports
15 packages
Last checked
14 minutes ago

Tools for package owners.