graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.9k stars 1.26k forks source link

Optionally resolve right hand dip in sums because of lack of current minute in caches #2659

Closed cbowman0 closed 3 years ago

cbowman0 commented 3 years ago

When not all data has been loaded in yet for the current minute, the right hand side of a sum can dip which causes some observers heartburn.

Optionally allow a feature that will trim the most recent datapoints if not all of them exist within aggregate().

deniszh commented 3 years ago

Well. Not really optimal, but doing its job. At least we have choice how to handle last point now. Thoughts? /cc @DanCech @piotr1212 @ploxiln