Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickhouseConfig ¶ added in v1.7.0
type Config ¶
type Config struct { LogLevel string `json:"logLevel"` LogRateInterval time.Duration `json:"logRateInterval"` LogRateBurst int `json:"logRateBurst"` SendLogsLevel string `json:"sendLogsLevel"` Version string `json:"version"` BTFPath string `json:"BTFPath"` PyroscopeAddr string `json:"pyroscopeAddr"` ContainerdSockPath string `json:"containerdSockPath"` HostCgroupsDir string `json:"hostCgroupsDir"` MetricsHTTPListenPort int `json:"metricsHTTPListenPort"` State state.Config `json:"state"` ContainerStatsEnabled bool `json:"containerStatsEnabled"` EBPFEventsEnabled bool `json:"EBPFEventsEnabled"` EBPFEventsPerCPUBuffer int `validate:"required" json:"EBPFEventsPerCPUBuffer"` EBPFEventsOutputChanSize int `validate:"required" json:"EBPFEventsOutputChanSize"` EBPFEventsStdioExporterEnabled bool `json:"EBPFEventsStdioExporterEnabled"` EBPFMetricsEnabled bool `json:"EBPFMetricsEnabled"` EBPFEventsPolicyConfig ebpftracer.EventsPolicyConfig `json:"EBPFEventsPolicyConfig"` MutedNamespaces []string `json:"mutedNamespaces"` SignatureEngineConfig signature.SignatureEngineConfig `json:"signatureEngineConfig"` Castai castai.Config `json:"castai"` EnricherConfig EnricherConfig `json:"enricherConfig"` Netflow NetflowConfig `json:"netflow"` ProcessTree ProcessTreeConfig `json:"processTree"` Clickhouse ClickhouseConfig `json:"clickhouse"` KubeAPIServiceAddr string `json:"kubeAPIServiceAddr"` ExportersQueueSize int `validate:"required" json:"exportersQueueSize"` }
type EnricherConfig ¶ added in v1.1.0
type NetflowConfig ¶ added in v1.7.0
type NetflowConfig struct { Enabled bool `json:"enabled"` SampleSubmitIntervalSeconds uint64 `json:"sampleSubmitIntervalSeconds"` OutputChanSize int `json:"outputChanSize"` Grouping ebpftracer.NetflowGrouping `json:"grouping"` }
type ProcessTreeConfig ¶ added in v1.15.0
type ProcessTreeConfig struct {
Enabled bool `json:"enabled"`
}
Click to show internal directories.
Click to hide internal directories.