Commit 8dd911cf authored by Rizwan Shakoor's avatar Rizwan Shakoor

new alert

parent 7acfe67b
...@@ -3,6 +3,9 @@ local alert_data = import '../alerts-config/alert_model.libsonnet'; ...@@ -3,6 +3,9 @@ local alert_data = import '../alerts-config/alert_model.libsonnet';
local alert_test = import '../alerts-config/alert_rule.libsonnet'; local alert_test = import '../alerts-config/alert_rule.libsonnet';
local uid = 12199889101;
local my_alert_condition_A = alert_model_data.new( local my_alert_condition_A = alert_model_data.new(
evaluatorParams=null, evaluatorParams=null,
evaluatorType='gt', evaluatorType='gt',
...@@ -12,8 +15,6 @@ local my_alert_condition_A = alert_model_data.new( ...@@ -12,8 +15,6 @@ local my_alert_condition_A = alert_model_data.new(
reducerType='last', reducerType='last',
); );
local uid = 1211122098101;
local my_alert_condition_B = alert_model_data.new( local my_alert_condition_B = alert_model_data.new(
evaluatorParams=10, evaluatorParams=10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment