Latency

class Latency

Represents the average latency for the slowest X percent of requests over the last 10 seconds.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val p10: Double?

The average latency for the slowest 90 percent of requests over the last 10 seconds.

Link copied to clipboard
val p50: Double?

The average latency for the slowest 50 percent of requests over the last 10 seconds.

Link copied to clipboard
val p75: Double?

The average latency for the slowest 25 percent of requests over the last 10 seconds.

Link copied to clipboard
val p85: Double?

The average latency for the slowest 15 percent of requests over the last 10 seconds.

Link copied to clipboard
val p90: Double?

The average latency for the slowest 10 percent of requests over the last 10 seconds.

Link copied to clipboard
val p95: Double?

The average latency for the slowest 5 percent of requests over the last 10 seconds.

Link copied to clipboard
val p99: Double?

The average latency for the slowest 1 percent of requests over the last 10 seconds.

Link copied to clipboard
val p999: Double?

The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

Functions

Link copied to clipboard
inline fun copy(block: Latency.Builder.() -> Unit = {}): Latency
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String