Service Level Objective Metric Data Query
Use this structure to define a metric or metric math expression that you want to use as for a service level objective. Each MetricDataQuery
in the MetricDataQueries
array specifies either a metric to retrieve, or a metric math expression to be performed on retrieved metrics. A single MetricDataQueries
array can include as many as 20 MetricDataQuery
structures in the array. The 20 structures can include as many as 10 structures that contain a MetricStat
parameter to retrieve a metric, and as many as 10 structures that contain the Expression
parameter to perform a math expression. Of those Expression structures, exactly one must have true as the value for ReturnData
. The result of this expression used for the SLO.
Constructors
Properties
The math expression to be performed on the returned data.
A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO. Within one MetricDataQuery, you must specify either Expression or MetricStat but not both.
This option indicates whether to return the timestamps and raw data values of this metric.