Add the EventMetric metric type

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132345599
This commit is contained in:
shikhman 2016-09-06 11:51:35 -07:00 committed by Ben McIlwain
parent 6641f105b7
commit 2ba9b01a13
4 changed files with 559 additions and 1 deletions

View file

@ -19,7 +19,6 @@ import com.google.common.base.MoreObjects;
import com.google.common.collect.ImmutableSet;
import google.registry.monitoring.metrics.MetricSchema.Kind;
//TODO(shikhman): implement HistogramMetrics.
abstract class AbstractMetric<V> implements Metric<V> {
private final Class<V> valueClass;