OpenTelemetry.Metrics.MetricType
Enumeration used to define the type of a Metric.
DoubleGauge = 45
Gauge of Double type.
DoubleSum = 29
Sum of Double type.
DoubleSumNonMonotonic = 141
Non-monotonic Sum of Double type.
ExponentialHistogram = 80
Exponential Histogram.
Histogram = 64
Histogram.
LongGauge = 42
Gauge of Long type.
LongSum = 26
Sum of Long type.
LongSumNonMonotonic = 138
Non-monotonic Sum of Long type.