mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
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:
parent
45439bea86
commit
404afedc25
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user