Add the Distribution data type for instrumentation

This is one of a series of CLs adding a new metric type, EventMetric, which
is used for tracking numerical distributions.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132103552
This commit is contained in:
shikhman 2016-09-02 14:23:08 -07:00 committed by Ben McIlwain
parent 180240ae04
commit dcb189943b
13 changed files with 961 additions and 0 deletions

View file

@ -18,6 +18,7 @@ java_library(
"//java/com/google/common/collect",
"//java/com/google/common/html",
"//java/com/google/common/math",
"//java/com/google/common/primitives",
"//java/com/google/common/util/concurrent",
"//third_party/java/appengine:appengine-api",
"//third_party/java/auto:auto_value",