From 73fe8b0e90e95cc1d5bac899e175098a969ff17c Mon Sep 17 00:00:00 2001 From: George Robinson Date: Thu, 22 Jun 2023 18:28:46 +0100 Subject: [PATCH] Alerting: Adds in-app documentation for Classic Conditions 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 41c8aa457fe88..c3b1ea2c09121 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,