Commit 2b0152f6 by Markus Linnala

add support for graphite func consolidateBy

parent ed9e336c
......@@ -112,6 +112,19 @@ function (_) {
});
addFuncDef({
name: "consolidateBy",
category: categories.Special,
params: [
{
name: 'function',
type: 'string',
options: ['sum', 'average', 'min', 'max']
}
],
defaultParams: ['max']
});
addFuncDef({
name: "groupByNode",
category: categories.Special,
params: [
......
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