Alerting: Adds in-app documentation for Classic Conditions (#70540)

This commit adds in-app documentation that explains using Classic
Conditions disables multi-dimensional alerts for the rule.
This commit is contained in:
George Robinson 2023-06-22 19:29:54 +01:00 committed by GitHub
parent 45439bea86
commit 404afedc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ export const gelTypes: Array<SelectableValue<ExpressionQueryType>> = [
value: ExpressionQueryType.classic,
label: 'Classic condition',
description:
'Takes one or more time series returned from a query or an expression and checks if any of the series match the condition.',
'Takes one or more time series returned from a query or an expression and checks if any of the series match the condition. Disables multi-dimensional alerts for this rule.',
},
{
value: ExpressionQueryType.threshold,