Cloud Aggregation for Counter, Gauge and Rate #1700
Labels
enhancement
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
feature
performance
Milestone
This should not require any changes in the cloud backend and possibly can be the beginning of general in k6 aggregation as those types of metrics can be easily aggregated in k6 and don't require the backend knowing that they were aggregated.
I propose that this is done separately for each type in the order Counter, Rate, Gauge as that seems to be the most beneficial order. And only for the cloud for now as this is where we already have some of the needed code, and then it can be refactored to be more general.
This has the potential to take a lot of CPU though because of the current way tags .... are :( . Because of this, this will definetely require a lot of benchmarks and tests that we get the same end results.
Relevant previous PRs #1538
The text was updated successfully, but these errors were encountered: