monitoragent

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cell = cell.Module(
		"monitor-agent",
		"Consumes the cilium events map and distributes those and other agent events",

		cell.Provide(newMonitorAgent),
		cell.Config(defaultConfig),
	)
)

Functions

This section is empty.

Types

type AgentConfig

type AgentConfig struct {
	// EnableMonitor enables the monitor unix domain socket server
	EnableMonitor bool

	// MonitorQueueSize is the size of the monitor event queue
	MonitorQueueSize int
}

func (AgentConfig) Flags

func (def AgentConfig) Flags(flags *pflag.FlagSet)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL