SIGN IN SIGN UP

feat(aggregate transform): add more aggregations to aggregate transform (#20836)

* feat(aggregate transform): add more aggregations to aggregate transform

Adds more functions to `aggregate` transform.

Closes: #3668

* Add changelog entry

* Add implementation for more aggregation functions

* Add test for min and max mode

* Implement Diff aggregation

* Add mean and stdev aggregations

* Update aggregate component docs

* Clean up mean calculation in metrics aggregation

Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>

* Remove `metric::` prefix in aggregate transform tests

* Emit errors when conflicting types are found during flush

* reduce code dulpication for MIN and MAX

* Clean up `record_count` in aggregate transform

Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>

* Remove unnecessary metric prefix in aggregate transform

---------

Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
E
Ensar Sarajčić committed
f346a318535dbeffb97e5cbebec8c40945e36cdb
Parent: 9a78ea3
Committed by GitHub <noreply@github.com> on 9/9/2024, 2:35:41 PM