mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added last function for alerting conditions
This commit is contained in:
@@ -34,6 +34,7 @@ var reducerTypes = [
|
||||
{text: 'max()', value: 'max'},
|
||||
{text: 'sum()' , value: 'sum'},
|
||||
{text: 'count()', value: 'count'},
|
||||
{text: 'last()', value: 'last'},
|
||||
];
|
||||
|
||||
var noDataModes = [
|
||||
|
||||
Reference in New Issue
Block a user