LatencyPercentileResponse

data class LatencyPercentileResponse(val latencyMicros: String, val percent: Int)

Latency percentile rank and value.

Constructors

Link copied to clipboard
fun LatencyPercentileResponse(latencyMicros: String, percent: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.

Link copied to clipboard

Percentage of samples this data point applies to.