SingleMetricBaseline interface
The baseline results of a single metric.
Properties
baselines | The baseline for each time series that was queried. |
id | The metric baseline Id. |
interval | The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made. |
name | The name of the metric for which the baselines were retrieved. |
namespace | The namespace of the metrics been queried. |
timespan | The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested. |
type | The resource type of the metric baseline resource. |
Property Details
baselines
The baseline for each time series that was queried.
baselines: TimeSeriesBaseline[]
Property Value
id
The metric baseline Id.
id: string
Property Value
string
interval
The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made.
interval: string
Property Value
string
name
The name of the metric for which the baselines were retrieved.
name: string
Property Value
string
namespace
The namespace of the metrics been queried.
namespace?: string
Property Value
string
timespan
The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested.
timespan: string
Property Value
string
type
The resource type of the metric baseline resource.
type: string
Property Value
string