OtlpResource

@Serializable
data class OtlpResource(val attributes: List<OtlpKeyValue> = emptyList())

OTLP resource description.

Constructors

Link copied to clipboard
constructor(attributes: List<OtlpKeyValue> = emptyList())

Properties

Link copied to clipboard

resource-level attributes (service name, store id, etc).