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 last-value aggregator #2971

Closed
4 tasks
MrAlias opened this issue Jun 22, 2022 · 2 comments
Closed
4 tasks

Implement the last-value aggregator #2971

MrAlias opened this issue Jun 22, 2022 · 2 comments
Assignees
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

  • Aggregate all recorded measurements as the last value recorded
  • Group measurement aggregations based on recorded attributes
  • 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 MrAlias self-assigned this Jul 8, 2022
@MrAlias
Copy link
Contributor Author

MrAlias commented Jul 8, 2022

Do we need separate delta and cumulative last value aggregations?

My initial thought was no, but I know wonder if the delta form should forget all the old attribute sets from the previous cycle. Or should it just keep an endlessly growing list?

@MrAlias
Copy link
Contributor Author

MrAlias commented Jul 27, 2022

Closed with #3008

@MrAlias MrAlias closed this as completed Jul 27, 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