Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PerfEventReceived = promauto.NewGaugeVec(prometheus.GaugeOpts{ Name: consts.MetricNamePrefix + "ringbuf_perf_event_received", Help: "The total number of Tetragon ringbuf perf events received.", ConstLabels: nil, }, nil) PerfEventLost = promauto.NewGaugeVec(prometheus.GaugeOpts{ Name: consts.MetricNamePrefix + "ringbuf_perf_event_lost", Help: "The total number of Tetragon ringbuf perf events lost.", ConstLabels: nil, }, nil) PerfEventErrors = promauto.NewGaugeVec(prometheus.GaugeOpts{ Name: consts.MetricNamePrefix + "ringbuf_perf_event_errors", Help: "The total number of Tetragon ringbuf perf event error count.", ConstLabels: nil, }, nil) )
Functions ¶
func GetErrors ¶
func GetErrors() prometheus.Gauge
Get a new handle on the metric for ringbuf errors
func GetReceived ¶
func GetReceived() prometheus.Gauge
Get a new handle on the metric for received events
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.