libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticBeanstalk.Types.Latency

Description

 
Synopsis

Documentation

data Latency Source #

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

See: newLatency smart constructor.

Constructors

Latency' 

Fields

  • p75 :: Maybe Double

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

  • p50 :: Maybe Double

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

  • p85 :: Maybe Double

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

  • p999 :: Maybe Double

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

  • p90 :: Maybe Double

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

  • p95 :: Maybe Double

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

  • p99 :: Maybe Double

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

  • p10 :: Maybe Double

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

Instances

Instances details
Eq Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Methods

(==) :: Latency -> Latency -> Bool #

(/=) :: Latency -> Latency -> Bool #

Read Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Show Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Generic Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Associated Types

type Rep Latency :: Type -> Type #

Methods

from :: Latency -> Rep Latency x #

to :: Rep Latency x -> Latency #

NFData Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Methods

rnf :: Latency -> () #

Hashable Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Methods

hashWithSalt :: Int -> Latency -> Int #

hash :: Latency -> Int #

FromXML Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

type Rep Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

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:p75:Latency', latency_p75 - The average latency for the slowest 25 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:p85:Latency', latency_p85 - The average latency for the slowest 15 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.

$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:p10:Latency', latency_p10 - The average latency for the slowest 90 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_p50 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 50 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_p999 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 0.1 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.

latency_p99 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 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.