Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EventCacheCount = prometheus.NewCounter(prometheus.CounterOpts{ Namespace: consts.MetricsNamespace, Name: "event_cache_accesses_total", Help: "The total number of Tetragon event cache accesses. For internal use only.", ConstLabels: nil, }) )
Functions ¶
func InitMetrics ¶ added in v0.11.0
func InitMetrics(registry *prometheus.Registry)
func PodInfoError ¶
func PodInfoError(eventType string) prometheus.Counter
Get a new handle on an processInfoErrors metric for an eventType
func ProcessInfoError ¶
func ProcessInfoError(eventType string) prometheus.Counter
Get a new handle on an processInfoErrors metric for an eventType
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.