Builder

class Builder

Properties

Link copied to clipboard
var p10: Double?

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

Link copied to clipboard
var p50: Double?

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

Link copied to clipboard
var p75: Double?

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

Link copied to clipboard
var p85: Double?

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

Link copied to clipboard
var p90: Double?

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

Link copied to clipboard
var p95: Double?

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

Link copied to clipboard
var p99: Double?

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

Link copied to clipboard
var p999: Double?

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