FlowMVI
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
FlowMVI
metrics
/
pro.respawn.flowmvi.metrics.otel
/
OtlpGauge
Otlp
Gauge
@
Serializable
data
class
OtlpGauge
(
val
dataPoints
:
List
<
OtlpNumberDataPoint
>
)
Gauge metric data points.
Members
Constructors
Otlp
Gauge
Link copied to clipboard
constructor
(
dataPoints
:
List
<
OtlpNumberDataPoint
>
)
Properties
data
Points
Link copied to clipboard
val
dataPoints
:
List
<
OtlpNumberDataPoint
>
measurements for this gauge.