OtlpScopeMetrics

@Serializable
data class OtlpScopeMetrics(val scope: OtlpInstrumentationScope? = null, val metrics: List<OtlpMetric>)

Metrics produced by a single instrumentation scope.

Constructors

Link copied to clipboard
constructor(scope: OtlpInstrumentationScope? = null, metrics: List<OtlpMetric>)

Properties

Link copied to clipboard

concrete metric data.

Link copied to clipboard

scope identity for the meter/provider.