From 404afedc257769efd6428dca9ff5ba4c3cadfc10 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Thu, 22 Jun 2023 19:29:54 +0100 Subject: [PATCH] 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. --- public/app/features/expressions/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/expressions/types.ts b/public/app/features/expressions/types.ts index 41c8aa457fe..c3b1ea2c091 100644 --- a/public/app/features/expressions/types.ts +++ b/public/app/features/expressions/types.ts @@ -36,7 +36,7 @@ export const gelTypes: Array> = [ 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,