mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
non_negative_difference() function in InfluxDB 1.3 (#9104)
Add support of non_negative_difference() function from InfluxDB 1.3 https://docs.influxdata.com/influxdb/v1.3/administration/differences/#functions
This commit is contained in:
parent
47f8145246
commit
ad14ccf4bd
@ -230,6 +230,15 @@ register({
|
||||
renderer: functionRenderer,
|
||||
});
|
||||
|
||||
register({
|
||||
type: 'non_negative_difference',
|
||||
addStrategy: addTransformationStrategy,
|
||||
category: categories.Transformations,
|
||||
params: [],
|
||||
defaultParams: [],
|
||||
renderer: functionRenderer,
|
||||
});
|
||||
|
||||
register({
|
||||
type: 'moving_average',
|
||||
addStrategy: addTransformationStrategy,
|
||||
|
Loading…
Reference in New Issue
Block a user