Commit 145d58d2 authored by Rizwan Shakoor's avatar Rizwan Shakoor

new alert with uuid

parent ea623059
...@@ -4,7 +4,7 @@ local alert_test = import '../alerts-config/alert_rule.libsonnet'; ...@@ -4,7 +4,7 @@ local alert_test = import '../alerts-config/alert_rule.libsonnet';
local uid = 12001101; local uid = std.uuid();
local my_alert_condition_A = alert_model_data.new( local my_alert_condition_A = alert_model_data.new(
evaluatorParams=null, evaluatorParams=null,
...@@ -34,7 +34,7 @@ alert_test.new( ...@@ -34,7 +34,7 @@ alert_test.new(
orgID=1, orgID=1,
folderUID='ab_xyz1234', folderUID='ab_xyz1234',
ruleGroup='my_alert-group', ruleGroup='my_alert-group',
title='alert_jvm_demo', title='alert_jvm_demo_1',
condition='C', condition='C',
updated='2023-04-09T15:52:13+05:00', updated='2023-04-09T15:52:13+05:00',
noDataState='NoData', noDataState='NoData',
......
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