go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
309 stars 140 forks source link

Add test for cumulative function #734

Closed carrieedwards closed 1 year ago

carrieedwards commented 1 year ago

This PR adds a test for the Graphite web cumulative function. It also updates the cumulative function's setting of the results name and tags to match that of Graphite webs (note that in Graphite web, the cumulative function calls the 'consolidateBy' function. See here and here).