OtlpResourceMetrics

@Serializable
data class OtlpResourceMetrics(val resource: OtlpResource? = null, val scopeMetrics: List<OtlpScopeMetrics>)

Metrics attached to a single resource with their instrumentation scopes.

Constructors

Link copied to clipboard
constructor(resource: OtlpResource? = null, scopeMetrics: List<OtlpScopeMetrics>)

Properties

Link copied to clipboard

attributes describing the emitting resource.

Link copied to clipboard

metric collections grouped by instrumentation scope.