Adele Okoubo

Results 9 issues of Adele Okoubo

We recently refactor Heroic (API and Consumer) to support Distribution. We need to update Heroic documentation to reflect the changes. DOD. 1. Update Heroic Documentation 2. Document Distribution Implementation

type:documentation
Distriburtion Implementation

Heroic histogram data is currently computed locally. It is practically impossible to aggregate percentile. We are adding distribution to heroic to address that issue. Applications downstream will create data sketches...

distribution-hist

We are evaluating 4 histograms implementations to improve Heroic percentile accuracy. An important factor in the selection process is the aggregation speed. We will do aggregation before injection and during...

component:aggregation
project: adding distributions

To improve percentiles accuracy, we are introducing a new datatype to support distribution. This task is to evaluate the storage requirements of the new data type.

project: adding distributions

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...

type:enhancement
level:intermediate
hist-with-distribution-data

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...

We are adding distribution support to Heroic so we can provide stat on actual data distribution as oppose to local source stat. Semantic Metrics is an adaptation of com.codahale.metrics so...

type:enhancement
level:advanced
hist-with-distribution-data

We recently refactor ffwd to add Distribution. We need to update ffwd documentation to reflect the changes. DoD 1. Update ffwd documentation 2. Document Distribution Implementation in ffwd

FFWD and its client have the dependency on the metric format. Currently we have many definitions of the metric that reside in different project. I suggest that we create a...