+ {t( + 'alerting.alert-missing-evaluations-to-stale.help-info.text1', + 'An alert instance is considered stale if the alert rule query returns data, but the specific dimension (or series) for that alert instance is missing for several consecutive evaluation intervals.' + )} +
++ {t( + 'alerting.alert-missing-evaluations-to-stale.help-info.text2', + 'A stale alert instance is resolved and then evicted.' + )} +
+ {t( + 'alerting.alert-missing-evaluations-to-stale.help-info.text3', + 'This setting defines how many consecutive evaluation intervals must pass without data before an alert instance is considered stale. Defaults to 2 if empty.' + )} + > + } + externalLink={ + 'https://grafana.com/docs/grafana/latest/alerting/fundamentals/alert-rule-evaluation/stale-alert-instances/' + } + linkText={t( + 'alerting.alert-missing-evaluations-to-stale.help-info.link-text', + `Read more about stale alert instances` + )} + title={t('alerting.alert-missing-evaluations-to-stale.help-info.title', 'Stale alert instances')} + /> +