Documentation
¶
Index ¶
Constants ¶
View Source
const (
ReceiverCiliumType = "receiver_cilium"
)
Variables ¶
This section is empty.
Functions ¶
func EbpfRecevierHandler ¶
Types ¶
type CiliumReceiver ¶
type CiliumReceiver struct {
// contains filtered or unexported fields
}
func (*CiliumReceiver) RcvChan ¶
func (c *CiliumReceiver) RcvChan() chan *model.SpyEvent
func (*CiliumReceiver) Start ¶
func (c *CiliumReceiver) Start() error
func (*CiliumReceiver) Stop ¶
func (c *CiliumReceiver) Stop() error
type EventStats ¶
type EventStats struct {
// contains filtered or unexported fields
}
func NewEventStats ¶
func NewEventStats(sessions []Session) *EventStats
func (*EventStats) Add ¶
func (e *EventStats) Add(name string, value int64)
func (*EventStats) GetStats ¶
func (e *EventStats) GetStats() map[string]int64
type Receiver ¶
func NewCiliumReceiver ¶
func NewCiliumReceiver(config any, detectorManager *detector.DetectorManager) Receiver
Click to show internal directories.
Click to hide internal directories.