cloud-bulldozer / go-commons

Code repository with all go common packages and libraries
Apache License 2.0
4 stars 9 forks source link

Timeseries aggregation helper #11

Closed rsevilla87 closed 1 year ago

rsevilla87 commented 1 year ago

Adding a simple method that returns the passed aggregation over a set of timeseries returned by query.

At the moment supporting:

Make me know if you're missing any aggregation

vishnuchalla commented 1 year ago

Everything else looks good to me. Thanks for this change!