GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
283 stars 71 forks source link

Is Arithmetic on Moving average supported? #103

Open cjw77 opened 4 years ago

cjw77 commented 4 years ago

I'm using meta queries to get a difference between times on a dataset that will not let me use aggregate functions because it thinks the influx data is strings. I took two MovingAverage queries, called D and E. Then tried to do arithmetic on E()-D(). Should this be possible? Or is there a way to group the moving average values?

Gauravshah commented 4 years ago

arithmetic on MA is not supported. MA on arithmetic is although supported

AnunnakiPool commented 4 years ago

I hope it will be supported next version,it`S really useful