You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The duration in days during which values are learned, and after which signals will be generated for values that\nweren't learned. If set to 0, a signal will be generated for all new values after the first value is learned."
/// When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time.
19
18
#[serde(rename = "instantaneousBaseline")]
20
19
pubinstantaneous_baseline:Option<bool>,
21
20
/// The duration in days during which values are learned, and after which signals will be generated for values that
22
21
/// weren't learned. If set to 0, a signal will be generated for all new values after the first value is learned.
0 commit comments