OtlpGauge

@Serializable
data class OtlpGauge(val dataPoints: List<OtlpNumberDataPoint>)

Gauge metric data points.

Constructors

Link copied to clipboard
constructor(dataPoints: List<OtlpNumberDataPoint>)

Properties

Link copied to clipboard

measurements for this gauge.