Merge branch 'master' of https://github.com/pedrohrf/grafana-zabbix into pedrohrf-master

This commit is contained in:
Alexander Zobnin
2017-10-16 14:57:43 +03:00

View File

@@ -103,6 +103,16 @@ addFuncDef({
defaultParams: ['1m'],
});
addFuncDef({
name: 'percentil',
category: 'Aggregate',
params: [
{ name: 'interval', type: 'string' },
{ name: 'percent', type: 'string' }
],
defaultParams: ['1m','95'],
});
addFuncDef({
name: 'min',
category: 'Aggregate',