Latency class
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- p10 → double
-
The average latency for the slowest 90 percent of requests over the last 10
seconds.
final
- p50 → double
-
The average latency for the slowest 50 percent of requests over the last 10
seconds.
final
- p75 → double
-
The average latency for the slowest 25 percent of requests over the last 10
seconds.
final
- p85 → double
-
The average latency for the slowest 15 percent of requests over the last 10
seconds.
final
- p90 → double
-
The average latency for the slowest 10 percent of requests over the last 10
seconds.
final
- p95 → double
-
The average latency for the slowest 5 percent of requests over the last 10
seconds.
final
- p99 → double
-
The average latency for the slowest 1 percent of requests over the last 10
seconds.
final
- p999 → double
-
The average latency for the slowest 0.1 percent of requests over the last 10
seconds.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited