commit | eb3dd937e23de1478169cb56f5a4fc5783668619 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Sun Apr 11 21:16:00 2021 +0000 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Apr 27 00:32:35 2021 +0000 |
tree | 37ce10e05b8657197ca645fd8cce0444b573804e | |
parent | 7fca8a3ef04ddb64ed419f9213efbc827e424b37 [diff] |
Add libkll to statsd This will be used to keep track of distributions of numbers. For metrics that are happening too frequently, we want to answer the question "what is the 50% percentile of data (median)"? "what is the ratio of 99% to 50%"? This library will allow us to merge the data from various devices. Bug: 182225759 Test: atest libkll_test Change-Id: If1e85a97af2a2312a92148354e0cd69ea27c83d0