Commit 661b92b6 authored by Rizwan Shakoor's avatar Rizwan Shakoor

new alert

parent 6f6fb6a6
Pipeline #4319 passed with stages
in 3 seconds
......@@ -4,6 +4,6 @@ alert_contact.new(uid="17126128",
type='email',
address='rizwanshakoor50@gmail.com',
singleEmail=false,
disableResolveMessage=false
disableResolveMessage=true
)
local alert_model_data = import '../alerts-config/alert_condition.libsonnet';
local alert_data = import '../alerts-config/alert_model.libsonnet';
local alert_test = import '../alerts-config/alert_rule.libsonnet';
local std = import "std";
local uid = 92728275227;
local uid = 92000076227227;
local my_alert_condition_A = alert_model_data.new(
evaluatorParams=null,
......@@ -45,7 +45,7 @@ alert_test.new(
dashboardUid='ABCJVM123',
interval='2m',
annotationDesc='Runnable threads are breaching the limit',
annotationSummary='Thread State Test-1'
annotationSummary='Runnable Alert Rule Summary'
).addAlertCondition(
alert_data.new(
refId='A',
......
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