Skip to content

Commit ba96b88

Browse files
committed
feat(alerting): adds 24h and 48h duration as pre defined values
ref grafana#7007
1 parent 80d438c commit ba96b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/alerting/alert_def.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var alertQueryDef = new QueryPartDef({
1010
type: 'query',
1111
params: [
1212
{name: "queryRefId", type: 'string', dynamicLookup: true},
13-
{name: "from", type: "string", options: ['1s', '10s', '1m', '5m', '10m', '15m', '1h']},
13+
{name: "from", type: "string", options: ['1s', '10s', '1m', '5m', '10m', '15m', '1h', '24h', '48h']},
1414
{name: "to", type: "string", options: ['now']},
1515
],
1616
defaultParams: ['#A', '5m', 'now', 'avg']

0 commit comments

Comments
 (0)