From a580113de4fea132a6b208b945bfc052dab1b8c8 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 2 Feb 2017 12:05:44 +0100 Subject: [PATCH] feat(alerting): changes default timerange to 15min --- public/app/features/alerting/alert_def.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/alert_def.ts b/public/app/features/alerting/alert_def.ts index fab612b5558..c65a35878e7 100644 --- a/public/app/features/alerting/alert_def.ts +++ b/public/app/features/alerting/alert_def.ts @@ -13,7 +13,7 @@ var alertQueryDef = new QueryPartDef({ {name: "from", type: "string", options: ['1s', '10s', '1m', '5m', '10m', '15m', '1h', '24h', '48h']}, {name: "to", type: "string", options: ['now']}, ], - defaultParams: ['#A', '5m', 'now', 'avg'] + defaultParams: ['#A', '15m', 'now', 'avg'] }); var conditionTypes = [