| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticBeanstalk.Types.Latency
Description
Synopsis
- data Latency = Latency' {}
- newLatency :: Latency
- latency_p10 :: Lens' Latency (Maybe Double)
- latency_p50 :: Lens' Latency (Maybe Double)
- latency_p75 :: Lens' Latency (Maybe Double)
- latency_p85 :: Lens' Latency (Maybe Double)
- latency_p90 :: Lens' Latency (Maybe Double)
- latency_p95 :: Lens' Latency (Maybe Double)
- latency_p99 :: Lens' Latency (Maybe Double)
- latency_p999 :: Lens' Latency (Maybe Double)
Documentation
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
See: newLatency smart constructor.
Constructors
| Latency' | |
Fields
| |
Instances
newLatency :: Latency Source #
Create a value of Latency with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:p10:Latency', latency_p10 - The average latency for the slowest 90 percent of requests over the last
10 seconds.
$sel:p50:Latency', latency_p50 - The average latency for the slowest 50 percent of requests over the last
10 seconds.
$sel:p75:Latency', latency_p75 - The average latency for the slowest 25 percent of requests over the last
10 seconds.
$sel:p85:Latency', latency_p85 - The average latency for the slowest 15 percent of requests over the last
10 seconds.
$sel:p90:Latency', latency_p90 - The average latency for the slowest 10 percent of requests over the last
10 seconds.
$sel:p95:Latency', latency_p95 - The average latency for the slowest 5 percent of requests over the last
10 seconds.
$sel:p99:Latency', latency_p99 - The average latency for the slowest 1 percent of requests over the last
10 seconds.
$sel:p999:Latency', latency_p999 - The average latency for the slowest 0.1 percent of requests over the
last 10 seconds.
latency_p10 :: Lens' Latency (Maybe Double) Source #
The average latency for the slowest 90 percent of requests over the last 10 seconds.
latency_p50 :: Lens' Latency (Maybe Double) Source #
The average latency for the slowest 50 percent of requests over the last 10 seconds.
latency_p75 :: Lens' Latency (Maybe Double) Source #
The average latency for the slowest 25 percent of requests over the last 10 seconds.
latency_p85 :: Lens' Latency (Maybe Double) Source #
The average latency for the slowest 15 percent of requests over the last 10 seconds.
latency_p90 :: Lens' Latency (Maybe Double) Source #
The average latency for the slowest 10 percent of requests over the last 10 seconds.
latency_p95 :: Lens' Latency (Maybe Double) Source #
The average latency for the slowest 5 percent of requests over the last 10 seconds.