brutasse / graphite-cyanite

A plugin for using graphite-web with the cassandra-based Cyanite storage backend.
BSD 3-Clause "New" or "Revised" License
85 stars 21 forks source link

No way to pass agg argument to cyanite #12

Open carlf opened 9 years ago

carlf commented 9 years ago

Cyanite has no real storage aggregation equivalent to storage-aggregation.conf. As a result, any aggregation must be done at query time. There is currently no way to pass an aggregation method to cyanite through this library. As a result, you only get mean values (the default aggregation method). I'm not sure if there is a way to configure this in a way similar to storage-aggregation.conf. Perhaps something like a list of patterns and the aggregation method. Is anything like this in the works?