mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
elastic: explain why moving_avg is 7.x only (#54840)
This commit is contained in:
parent
c56907b879
commit
687b0b1726
@ -110,6 +110,8 @@ export const metricAggregationConfig: MetricsConfiguration = {
|
||||
defaults: {},
|
||||
},
|
||||
moving_avg: {
|
||||
// deprecated in 6.4.0, removed in 8.0.0,
|
||||
// recommended replacement is moving_fn
|
||||
label: 'Moving Average',
|
||||
requiresField: true,
|
||||
isPipelineAgg: true,
|
||||
|
Loading…
Reference in New Issue
Block a user