Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commons Accumulator Implementations for Sum #119

Open
vjkoskela opened this issue Jun 17, 2020 · 0 comments
Open

Commons Accumulator Implementations for Sum #119

vjkoskela opened this issue Jun 17, 2020 · 0 comments

Comments

@vjkoskela
Copy link
Member

The ArpNetworking/Commons library now has implementations of different Accumulator patterns to sum Double values with different cost (memory/cpu) and precision. We already support these on the read side in the ISM KairosDb-Extensions. This issue is to support these in CAGG; unfortunately, it's not as straight forward as CAGG's Statistic and Calculator pattern were never intended to be parameterized. Since MAD and CAGG shared a data model at one point, the the design constraints and implementation options are similar. Please see the corresponding issue in MAD for details:

ArpNetworking/metrics-aggregator-daemon#209

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

No branches or pull requests

1 participant