bookingcom / carbonapi

High-performance Graphite frontend in Go
Other
81 stars 23 forks source link

summarize: missing aggregations #323

Open avereha opened 4 years ago

avereha commented 4 years ago

There is list of aggregation supported by graphite: https://github.com/graphite-project/graphite-web/blob/master/webapp/graphite/functions/aggfuncs.py We are missinng: avg_zero, stddev, range- and rangeOf, multiply.

avereha commented 4 years ago

This also raises the question: what should we use for this list of aggregations? The documentation or the implementation?