Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithCurrentProcessAsContainer ¶ added in v0.11.0
func WithCurrentProcessAsContainer() func(*opt)
WithCurrentProcessAsContainer makes Start put current process PID into cgroups and organize them in a way that makes cadvisor to watch those as it would be any other container. NOTE: This option requires a manual on-off per machine/restart setup that will be printed on first start (permissions).
Types ¶
type Service ¶ added in v0.10.0
type Service struct {
// contains filtered or unexported fields
}
func Start ¶ added in v0.10.0
func Start(env e2e.Environment, opts ...Option) (_ *Service, err error)
Start deploys monitoring service which deploys Prometheus that monitors all registered InstrumentedServices in environment.
func (*Service) OpenUserInterfaceInBrowser ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.