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.HistogramEntry

Description

 
Synopsis

Documentation

data HistogramEntry Source #

An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.

See: newHistogramEntry smart constructor.

Constructors

HistogramEntry' 

Fields

Instances

Instances details
Eq HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

Read HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

Show HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

Generic HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

Associated Types

type Rep HistogramEntry :: Type -> Type #

NFData HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

Methods

rnf :: HistogramEntry -> () #

Hashable HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

FromJSON HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

type Rep HistogramEntry Source # 
Instance details

Defined in Amazonka.XRay.Types.HistogramEntry

type Rep HistogramEntry = D1 ('MetaData "HistogramEntry" "Amazonka.XRay.Types.HistogramEntry" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "HistogramEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newHistogramEntry :: HistogramEntry Source #

Create a value of HistogramEntry 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:count:HistogramEntry', histogramEntry_count - The prevalence of the entry.

$sel:value:HistogramEntry', histogramEntry_value - The value of the entry.

histogramEntry_count :: Lens' HistogramEntry (Maybe Int) Source #

The prevalence of the entry.