Merge branch 'master' of https://github.com/pedrohrf/grafana-zabbix into pedrohrf-master
This commit is contained in:
@@ -103,6 +103,16 @@ addFuncDef({
|
|||||||
defaultParams: ['1m'],
|
defaultParams: ['1m'],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: 'percentil',
|
||||||
|
category: 'Aggregate',
|
||||||
|
params: [
|
||||||
|
{ name: 'interval', type: 'string' },
|
||||||
|
{ name: 'percent', type: 'string' }
|
||||||
|
],
|
||||||
|
defaultParams: ['1m','95'],
|
||||||
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'min',
|
name: 'min',
|
||||||
category: 'Aggregate',
|
category: 'Aggregate',
|
||||||
|
|||||||
Reference in New Issue
Block a user