LatencyHistogramBucket

@Serializable
data class LatencyHistogramBucket(val label: String, val maxValueMs: Long, val count: Int, val percentOfTotal: Double)(source)

Constructors

Link copied to clipboard
constructor(label: String, maxValueMs: Long, count: Int, percentOfTotal: Double)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard