NodeSummary

@Serializable
data class NodeSummary(val node: JvmNode, val recentFlowCount: Int = 0, val recentTraceCount: Int = 0, val errorCount: Int = 0, val loadPercent: Int = 0, val memoryPressurePercent: Int = 0, val uptimeMs: Long? = null, val processAlive: Boolean? = null, val lastHealthLatencyMs: Long? = null, val lastAdminLatencyMs: Long? = null, val lastEventAtEpochMs: Long? = null)(source)

Constructors

Link copied to clipboard
constructor(node: JvmNode, recentFlowCount: Int = 0, recentTraceCount: Int = 0, errorCount: Int = 0, loadPercent: Int = 0, memoryPressurePercent: Int = 0, uptimeMs: Long? = null, processAlive: Boolean? = null, lastHealthLatencyMs: Long? = null, lastAdminLatencyMs: Long? = null, lastEventAtEpochMs: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard