Versions in this module Expand all Collapse all v2 v2.1.4 Oct 1, 2025 Changes in this version + type ControllerCollector struct + func NewControllerCollector(constLabels map[string]string) *ControllerCollector + func (c *ControllerCollector) Collect(ch chan<- prometheus.Metric) + func (c *ControllerCollector) Describe(ch chan<- *prometheus.Desc) + func (c *ControllerCollector) ObserveLastEventBatchProcessTime(duration time.Duration) + type ControllerNoopCollector struct + func NewControllerNoopCollector() *ControllerNoopCollector + func (c *ControllerNoopCollector) ObserveLastEventBatchProcessTime(_ time.Duration)