Skip to content

eval: sum aggregation for gauges#1534

Merged
brharrington merged 2 commits intoNetflix:v1.7.xfrom
brharrington:1.7-eval-aggr
Apr 3, 2023
Merged

eval: sum aggregation for gauges#1534
brharrington merged 2 commits intoNetflix:v1.7.xfrom
brharrington:1.7-eval-aggr

Conversation

@brharrington
Copy link
Copy Markdown
Contributor

Adds a new datapoint aggregator implementation to handle sum/count of gauge values that come from an aggregation service where there can be duplicates. The aggregation service would add a tag atlas.aggr with a key to use for grouping and deduping the relevant values. Values within a group will use max aggregation to be consistent with the behavior if there was a single instance of the aggregation service.

Backport of #1533.

Adds a new datapoint aggregator implementation to handle
sum/count of gauge values that come from an aggregation
service where there can be duplicates. The aggregation
service would add a tag `atlas.aggr` with a key to use
for grouping and deduping the relevant values. Values
within a group will use max aggregation to be consistent
with the behavior if there was a single instance of the
aggregation service.
@brharrington brharrington added this to the 1.7.1 milestone Apr 3, 2023
@brharrington brharrington merged commit 19bd286 into Netflix:v1.7.x Apr 3, 2023
@brharrington brharrington deleted the 1.7-eval-aggr branch April 3, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant