mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Add the EventMetric metric type
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132345599
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user