ripienaar / graphite-graph-dsl

A small DSL to describe graphite graphs
http://www.devco.net/
Apache License 2.0
167 stars 43 forks source link

Values should be derived before summing #46

Closed davewongillies closed 11 years ago

davewongillies commented 11 years ago

The sum function should be applied after the derive/non_negative_derivate functions, otherwise you end up with weird spikes like this:

The keep_last_value function can be used to alleviate this but in some situations seeing gaps in the graphs is useful/desired.

ripienaar commented 11 years ago

thank you