You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: