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 Merge and Diff operation for Histogram Aggregation #1302

Closed
lalitb opened this issue Mar 31, 2022 · 0 comments · Fixed by #1303
Closed

Implement Merge and Diff operation for Histogram Aggregation #1302

lalitb opened this issue Mar 31, 2022 · 0 comments · Fixed by #1303
Assignees
Labels

Comments

@lalitb
Copy link
Member

lalitb commented Mar 31, 2022

Merge and Diff operation was not implemented as part of #1265 . This issue is to add these operations.

Merge Operation - Should merge all the data points from the buckets of two histograms.
Diff Operation - Should create delta by comparing data points in the buckets of two histograms.

These operations are required to calculate cumulative and delta metrics for Histogram Aggregation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant