FlowMVI
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
FlowMVI
metrics
/
pro.respawn.flowmvi.metrics.otel
/
OtlpKeyValue
Otlp
Key
Value
@
Serializable
data
class
OtlpKeyValue
(
val
key
:
String
,
val
value
:
OtlpAnyValue
)
Key/value attribute as defined by OTLP.
Members
Constructors
Otlp
Key
Value
Link copied to clipboard
constructor
(
key
:
String
,
value
:
OtlpAnyValue
)
Properties
key
Link copied to clipboard
val
key
:
String
attribute key.
value
Link copied to clipboard
val
value
:
OtlpAnyValue
attribute value encoded as
OtlpAnyValue
.