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"}) )
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.