mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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,
|
value: ExpressionQueryType.classic,
|
||||||
label: 'Classic condition',
|
label: 'Classic condition',
|
||||||
description:
|
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,
|
value: ExpressionQueryType.threshold,
|
||||||
|
Loading…
Reference in New Issue
Block a user