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

[Metric SDK] Delta metric collection for Asynchronous Aggregation storage #1234

Closed
lalitb opened this issue Feb 26, 2022 · 2 comments
Closed

Comments

@lalitb
Copy link
Member

lalitb commented Feb 26, 2022

Refer to data model for delta and cumulative metric data points.

This is dependent on #1232 which implements Asynchronous storage.

Implement AsyncMetricStorage::Collect to fetch the delta metric data from the hashmap of aggregators and return it as a callback/ or span/list of metric data.
The aggregation-hashmap maintains the delta aggregation by default, which needs to be cleaned up after collection.

@github-actions
Copy link

This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.

@lalitb
Copy link
Member Author

lalitb commented May 9, 2022

#1334 fixes this.

@lalitb lalitb closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants