TimeSeriesBaseline interface
The baseline values for a single time series.
Properties
aggregation | The aggregation type of the metric. |
data | The baseline values for each sensitivity. |
dimensions | The dimensions of this time series. |
metadata |
The baseline metadata values. |
timestamps | The list of timestamps of the baselines. |
Property Details
aggregation
The aggregation type of the metric.
aggregation: string
Property Value
string
data
dimensions
The dimensions of this time series.
dimensions?: MetricSingleDimension[]
Property Value
metadataValues
timestamps
The list of timestamps of the baselines.
timestamps: Date[]
Property Value
Date[]