Commit cc0ccd82 authored by Waqas Riaz's avatar Waqas Riaz

testing dashboards and alerts together

parent 6434d596
Pipeline #4177 passed with stages
in 18 seconds
local alert_contact = import '../alerts-config/alert_contact.libsonnet';
alert_contact.new(uid="17126128",
name="test_rizwan_con-2",
type='email',
......
local alert_test = import '../alerts-config/alert_rule.libsonnet';
local alert_data = import '../alerts-config/alert_model.libsonnet';
local alert_model_data = import '../alerts-config/alert_condition.libsonnet';
local my_alert_condition_A = alert_model_data.new(
evaluatorParams=null,
evaluatorType='gt',
......
......@@ -5,7 +5,6 @@ local template = grafana.template;
local graphPanel = grafana.graphPanel;
local singlestat = grafana.singlestat;
local prometheus = grafana.prometheus;
grafana.dashboard.new(
'Elastic dashboard Via Graffonet',
refresh='1m',
......
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