Versions in this module Expand all Collapse all v0 v0.21.0 Aug 26, 2026 v0.20.0 Aug 25, 2026 Changes in this version + type Collectors struct + func NewCollectors() *Collectors + func (c *Collectors) Collect(ch chan<- prometheus.Metric) + func (c *Collectors) Describe(ch chan<- *prometheus.Desc) + type Recorder struct + func NewRecorder(controller string, conditions *ocm.OperatorConditionsGauge, ...) *Recorder + func (r *Recorder) RecordConditionFor(kind string, object ocm.ObjectLike, ...) + func (r *Recorder) RecordResourceApply(labels component.ResourceMetricLabels, operation concepts.ConvergingOperation) + func (r *Recorder) RecordResourceApplyError(labels component.ResourceMetricLabels) + func (r *Recorder) RemoveConditionsFor(kind string, object ocm.ObjectLike) int