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

Implement the cumulative cycler #2969

Closed
4 tasks
MrAlias opened this issue Jun 22, 2022 · 1 comment
Closed
4 tasks

Implement the cumulative cycler #2969

MrAlias opened this issue Jun 22, 2022 · 1 comment
Labels
area:metrics Part of OpenTelemetry Metrics pkg:SDK Related to an SDK package

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Jun 22, 2022

Blocked by #2954

Skeleton structure introduced here

  • Add functionality to fold one aggregation into another so new aggregation periods can be cumulatively folded into exiting ones
  • Implement an algorithm that flushes an aggregator produces the cumulative aggregations for all seen.
  • Full test coverage
  • Benchmarks for CPU and memory performance
@MrAlias MrAlias added pkg:SDK Related to an SDK package area:metrics Part of OpenTelemetry Metrics labels Jun 22, 2022
@MrAlias MrAlias added this to the Metric SDK: Alpha milestone Jun 22, 2022
@MrAlias
Copy link
Contributor Author

MrAlias commented Jul 7, 2022

#2954 went in a different design direction. The temporality is combined with the aggregation types now. This is no longer needed.

@MrAlias MrAlias closed this as completed Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:metrics Part of OpenTelemetry Metrics pkg:SDK Related to an SDK package
Projects
No open projects
Development

No branches or pull requests

1 participant