Commit a580113d by bergquist

feat(alerting): changes default timerange to 15min

parent 63aa4369
...@@ -13,7 +13,7 @@ var alertQueryDef = new QueryPartDef({ ...@@ -13,7 +13,7 @@ var alertQueryDef = new QueryPartDef({
{name: "from", type: "string", options: ['1s', '10s', '1m', '5m', '10m', '15m', '1h', '24h', '48h']}, {name: "from", type: "string", options: ['1s', '10s', '1m', '5m', '10m', '15m', '1h', '24h', '48h']},
{name: "to", type: "string", options: ['now']}, {name: "to", type: "string", options: ['now']},
], ],
defaultParams: ['#A', '5m', 'now', 'avg'] defaultParams: ['#A', '15m', 'now', 'avg']
}); });
var conditionTypes = [ var conditionTypes = [
......
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