Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func MustMakeRecorder ¶
func MustMakeRecorder() *Recorder
func NewRecorder ¶
func NewRecorder() *Recorder
func (*Recorder) Collectors ¶
func (r *Recorder) Collectors() []prometheus.Collector
func (*Recorder) DeleteTranslatorCondition ¶
func (r *Recorder) DeleteTranslatorCondition(translator *configv1alpha1.ArgoTranslator, conditionType string)
DeleteCondition deletes the condition metrics for the ref.
func (*Recorder) RecordTranslatorCondition ¶
func (r *Recorder) RecordTranslatorCondition(translator *configv1alpha1.ArgoTranslator)
RecordCondition records the condition as given for the ref.
Click to show internal directories.
Click to hide internal directories.