diff --git a/metric/metricdata/point.go b/metric/metricdata/point.go index 7fe057b19..162a11ce4 100644 --- a/metric/metricdata/point.go +++ b/metric/metricdata/point.go @@ -183,7 +183,7 @@ type Type int // Metric types. const ( - TypeGaugeInt64 Type = iota + TypeGaugeInt64 Type = iota + 1 TypeGaugeFloat64 TypeGaugeDistribution TypeCumulativeInt64