Documentation
¶
Index ¶
Constants ¶
View Source
const (
// BTFHubURL is the URL to BTFHub github repository
BTFHubURL = "https://github.com/aquasecurity/btfhub-archive/raw/main/%s/%s/x86_64/%s.btf.tar.xz"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatadogLogs ¶
type DatadogLogs struct {
EventChan chan interface{}
// contains filtered or unexported fields
}
DatadogLogs Datadog logs forwarder
func (*DatadogLogs) Start ¶
func (dl *DatadogLogs) Start(agentURL string) error
Start sets up communication with the Datadog agent
type Options ¶
type Options struct {
// from config file
LogLevel LogLevel `yaml:"log_level"`
Output string `yaml:"output"`
VMLinux string `yaml:"vmlinux"`
DatadogLogsURL string `yaml:"datadog_logs_url"`
EventHandler func(data []byte) error `yaml:"-"`
}
Options contains the parameters of TCProbe
Click to show internal directories.
Click to hide internal directories.