OtlpInstrumentationScope

@Serializable
data class OtlpInstrumentationScope(val name: String, val version: String? = null, val attributes: List<OtlpKeyValue> = emptyList())

Describes the instrumentation scope (library) that produced the metrics.

Constructors

Link copied to clipboard
constructor(name: String, version: String? = null, attributes: List<OtlpKeyValue> = emptyList())

Properties

Link copied to clipboard

optional scope attributes.

Link copied to clipboard

scope name, usually a library or component id.

Link copied to clipboard

optional semantic version of the scope.