Skip to content

Commit f3778a5

Browse files
committed
trivial: text update
1 parent bb3fe21 commit f3778a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/metrics/predefined_alerts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func convertToRule(groupName flowslatest.FLPAlertGroupName, idx int, alert *flow
7070
labels, text := getLabelsAndTexts(alert)
7171

7272
d := monitoringv1.Duration("5m")
73-
additionalDescription := fmt.Sprintf("You can turn off this alert by adding '%s' to spec.processor.metrics.disableAlerts in FlowCollector, or configure it via spec.processor.metrics.alertGroups.", groupName)
73+
additionalDescription := fmt.Sprintf("You can turn off this alert by adding '%s' to spec.processor.metrics.disableAlerts in FlowCollector, or reconfigure it via spec.processor.metrics.alertGroups.", groupName)
7474

7575
metrics, totalMetrics := flowslatest.GetElligibleMetricsForAlert(groupName, alert)
7676
var strLabels string

0 commit comments

Comments
 (0)