| 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.LookoutMetrics.Types.TimeSeries
Description
Synopsis
Documentation
data TimeSeries Source #
Details about a metric. A metric is an aggregation of the values of a measure for a dimension value, such as availability in the us-east-1 Region.
See: newTimeSeries smart constructor.
Constructors
| TimeSeries' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> TimeSeries |
Create a value of TimeSeries 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:timeSeriesId:TimeSeries', timeSeries_timeSeriesId - The ID of the metric.
$sel:dimensionList:TimeSeries', timeSeries_dimensionList - The dimensions of the metric.
$sel:metricValueList:TimeSeries', timeSeries_metricValueList - The values for the metric.
timeSeries_timeSeriesId :: Lens' TimeSeries Text Source #
The ID of the metric.
timeSeries_dimensionList :: Lens' TimeSeries [DimensionNameValue] Source #
The dimensions of the metric.
timeSeries_metricValueList :: Lens' TimeSeries [Double] Source #
The values for the metric.