vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

Do movingAverage() after aggregation. #38

Closed zehome closed 11 years ago

zehome commented 11 years ago

Before: sumSeries(movingAverage(target,x), movingAverage(target,x)) After: movingAverage(sumSeries(target, target2, target3))