FlowMVI
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
FlowMVI
metrics
/
pro.respawn.flowmvi.metrics.otel
/
OtlpResource
Otlp
Resource
@
Serializable
data
class
OtlpResource
(
val
attributes
:
List
<
OtlpKeyValue
>
=
emptyList()
)
OTLP resource description.
Members
Constructors
Otlp
Resource
Link copied to clipboard
constructor
(
attributes
:
List
<
OtlpKeyValue
>
=
emptyList()
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
OtlpKeyValue
>
resource-level attributes (service name, store id, etc).