Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricCondition ¶
type MetricConditions ¶
type MetricConditions []MetricCondition
func AllowedAlertsDuringConformance ¶
func AllowedAlertsDuringConformance(featureSet configv1.FeatureSet) (allowedFiringWithBugs, allowedFiring, allowedPendingWithBugs, allowedPending MetricConditions)
AllowedAlertsDuringConformance lists all alerts that are allowed to be pending or firing during conformance testing. WARNING: there is a parallel list for allowed alerts during upgrade in allowed_upgrade.go, ensure that alerts we want to allow in both are added to both.
func AllowedAlertsDuringUpgrade ¶
func AllowedAlertsDuringUpgrade(featureSet configv1.FeatureSet) (allowedFiringWithBugs, allowedFiring, allowedPendingWithBugs, allowedPending MetricConditions)
AllowedAlertsDuringUpgrade lists all alerts that are allowed to be pending or firing during upgrade. WARNING: there is a parallel list for allowed alerts during conformance in allowed_conformance.go, ensure that alerts we want to allow in both are added to both.
func (MetricConditions) MatchesInterval ¶
func (c MetricConditions) MatchesInterval(alertInterval monitorapi.Interval) *MetricCondition
Click to show internal directories.
Click to hide internal directories.