ExponentialMovingAverageCtx

ExponentialMovingAverageCtx
ExponentialMovingAverageCtx
JSON Example
{
    "average": "number",
    "deviation": "number",
    "max_std_dev": "number",
    "normal_high": "number",
    "normal_low": "number",
    "prediction": "number",
    "prediction_interval_high": "number",
    "prediction_interval_low": "number",
    "std_dev": "number"
}
number As double As double
average
Required

Average value for the metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
deviation
Required

Deviation of last sample to the average. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
max_std_dev
Required

Maximum standard deviation recorded. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
normal_high
Optional

Deprecated. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
normal_low
Optional

Deprecated. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
prediction
Required

Predicted value for the metric at the time instant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
prediction_interval_high
Optional

Lower boundary of the range of normal values for this metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
prediction_interval_low
Optional

Lower boundary of the range of normal values for this metric. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
std_dev
Required

Standard deviation. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of