Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EventsProcessed = promauto.NewCounterVec(prometheus.CounterOpts{ Name: consts.MetricNamePrefix + "events_total", Help: "The total number of Tetragon events", ConstLabels: nil, }, []string{"type", "namespace", "pod", "binary"}) FlagCount = promauto.NewCounterVec(prometheus.CounterOpts{ Name: consts.MetricNamePrefix + "flags_total", Help: "The total number of Tetragon flags. For internal use only.", ConstLabels: nil, }, []string{"type"}) NotifyOverflowedEvents = promauto.NewGaugeVec(prometheus.GaugeOpts{ Name: consts.MetricNamePrefix + "notify_overflowed_events", Help: "The total number of events dropped because listener buffer was full", ConstLabels: nil, }, nil) )
Functions ¶
func GetProcessInfo ¶
func ProcessEvent ¶
func ProcessEvent(originalEvent interface{}, processedEvent interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.