mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Add the EventMetric metric type
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132345599
This commit is contained in:
parent
6641f105b7
commit
2ba9b01a13
4 changed files with 559 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue