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

Add Distribution Support to SemanticAggregatorMetric #84

Open
ao2017 opened this issue Sep 9, 2020 · 0 comments
Open

Add Distribution Support to SemanticAggregatorMetric #84

ao2017 opened this issue Sep 9, 2020 · 0 comments

Comments

@ao2017
Copy link
Contributor

ao2017 commented Sep 9, 2020

Heroic histogram data is currently computed locally.
It is practically impossible to aggregate percentile.
We are adding distribution to heroic to address that issue. Distribution will create data sketch that will be used upstream to compute percentile on the entire data distribution.

This task will add distribution support to Semantic Metric Aggregator.

DoD: Ensure that distribution is supported in remote metric.

Code Pointer:
https://github.com/spotify/semantic-metrics/blob/master/remote/src/main/java/com/spotify/metrics/remote/SemanticAggregatorMetricRegistry.java

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

No branches or pull requests

1 participant