WiretapStats

data class WiretapStats(val uptime: String, val totalRequests: Long, val inboundCount: Long, val outboundCount: Long, val latencyCounts: Map<String, Int>, val trafficTimeline: TrafficTimeline, val hostTimelines: Map<String, TrafficTimeline>, val traceCount: Int, val inboundChaosActive: Boolean, val inboundChaosDescription: String, val outboundChaosActive: Boolean, val outboundChaosDescription: String, val jvm: JvmMetrics)(source)

Constructors

Link copied to clipboard
constructor(uptime: String, totalRequests: Long, inboundCount: Long, outboundCount: Long, latencyCounts: Map<String, Int>, trafficTimeline: TrafficTimeline, hostTimelines: Map<String, TrafficTimeline>, traceCount: Int, inboundChaosActive: Boolean, inboundChaosDescription: String, outboundChaosActive: Boolean, outboundChaosDescription: String, jvm: JvmMetrics)

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