Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func GetCustomEventhandler ¶
func GetCustomEventhandler(obj interface{}) Handler
type HasCustomHandler ¶
type HasCustomHandler interface {
Handler() Handler
}
CustomEventhandler allows components to define their custom event handling. This is intended for policies to:
- map events / and errors from tracing sensors (e.g., kprobe or tracepoints)
- generate custom metrics
Other use-cases might be served from this as well
Click to show internal directories.
Click to hide internal directories.