libZSservicesZSamazonka-xrayZSamazonka-xray
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.XRay.Types.ForecastStatistics

Description

 
Synopsis

Documentation

data ForecastStatistics Source #

The predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.

See: newForecastStatistics smart constructor.

Constructors

ForecastStatistics' 

Fields

Instances

Instances details
Eq ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

Read ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

Show ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

Generic ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

Associated Types

type Rep ForecastStatistics :: Type -> Type #

NFData ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

Methods

rnf :: ForecastStatistics -> () #

Hashable ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

FromJSON ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

type Rep ForecastStatistics Source # 
Instance details

Defined in Amazonka.XRay.Types.ForecastStatistics

type Rep ForecastStatistics = D1 ('MetaData "ForecastStatistics" "Amazonka.XRay.Types.ForecastStatistics" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "ForecastStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "faultCountLow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "faultCountHigh") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newForecastStatistics :: ForecastStatistics Source #

Create a value of ForecastStatistics 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:faultCountLow:ForecastStatistics', forecastStatistics_faultCountLow - The lower limit of fault counts for a service.

$sel:faultCountHigh:ForecastStatistics', forecastStatistics_faultCountHigh - The upper limit of fault counts for a service.

forecastStatistics_faultCountLow :: Lens' ForecastStatistics (Maybe Integer) Source #

The lower limit of fault counts for a service.

forecastStatistics_faultCountHigh :: Lens' ForecastStatistics (Maybe Integer) Source #

The upper limit of fault counts for a service.