We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7716f commit f6bfdf8Copy full SHA for f6bfdf8
1 file changed
src/alerts/alert_structs.rs
@@ -251,6 +251,7 @@ pub struct AlertRequest {
251
pub query: String,
252
pub alert_type: AlertType,
253
pub threshold_config: ThresholdConfig,
254
+ #[serde(default)]
255
pub notification_config: NotificationConfig,
256
pub eval_config: EvalConfig,
257
pub targets: Vec<Ulid>,
0 commit comments