mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Rename "classic condition" to "classic condition (legacy)" (#84743)
This commit is contained in:
parent
a8e211bf77
commit
5bd670592d
@ -26,7 +26,7 @@ export const getExpressionLabel = (type: ExpressionQueryType) => {
|
||||
case ExpressionQueryType.resample:
|
||||
return 'Resample';
|
||||
case ExpressionQueryType.classic:
|
||||
return 'Classic condition';
|
||||
return 'Classic condition (legacy)';
|
||||
case ExpressionQueryType.threshold:
|
||||
return 'Threshold';
|
||||
case ExpressionQueryType.sql:
|
||||
@ -53,7 +53,7 @@ export const expressionTypes: Array<SelectableValue<ExpressionQueryType>> = [
|
||||
},
|
||||
{
|
||||
value: ExpressionQueryType.classic,
|
||||
label: 'Classic condition',
|
||||
label: 'Classic condition (legacy)',
|
||||
description:
|
||||
'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.',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user