Resource Consumption Event
data class ResourceConsumptionEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val rts: Long? = null, val unit: String, val resource: String, val v: Double) : ResourceEvent
Represents an event describing an ad-hoc resource consumption.