Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Received = prometheus.NewCounter(prometheus.CounterOpts{ Namespace: consts.MetricsNamespace, Name: "ringbuf_queue_received_total", Help: "The total number of Tetragon events ring buffer queue received.", ConstLabels: nil, }) Lost = prometheus.NewCounter(prometheus.CounterOpts{ Namespace: consts.MetricsNamespace, Name: "ringbuf_queue_lost_total", Help: "The total number of Tetragon events ring buffer queue lost.", ConstLabels: nil, }) )
Functions ¶
func InitMetrics ¶
func InitMetrics(registry *prometheus.Registry)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.