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 histogram aggregator #2998

Closed
5 tasks
MrAlias opened this issue Jul 7, 2022 · 1 comment · Fixed by #3045
Closed
5 tasks

Implement the cumulative histogram aggregator #2998

MrAlias opened this issue Jul 7, 2022 · 1 comment · Fixed by #3045
Assignees
Labels
area:metrics Part of OpenTelemetry Metrics pkg:SDK Related to an SDK package

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Jul 7, 2022

Blocked by #2954

Skeleton structure introduced here

  • Aggregate all recorded measurements as a histogram
  • Group measurement aggregations based on recorded attributes
  • Flush and reset when flush is called
  • 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 Jul 7, 2022
@MrAlias MrAlias added this to the Metric SDK: Alpha milestone Jul 7, 2022
@MrAlias MrAlias self-assigned this Jul 28, 2022
@MadVikingGod MadVikingGod linked a pull request Aug 2, 2022 that will close this issue
@MrAlias
Copy link
Contributor Author

MrAlias commented Aug 2, 2022

Closed by #3045

@MrAlias MrAlias closed this as completed Aug 2, 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

Successfully merging a pull request may close this issue.

1 participant