diff --git a/src/app/services/graphite/gfunc.js b/src/app/services/graphite/gfunc.js index 56bb83667f4..b6117f1bb50 100644 --- a/src/app/services/graphite/gfunc.js +++ b/src/app/services/graphite/gfunc.js @@ -111,6 +111,19 @@ function (_) { defaultParams: ['stacked'] }); + addFuncDef({ + name: "consolidateBy", + category: categories.Special, + params: [ + { + name: 'function', + type: 'string', + options: ['sum', 'average', 'min', 'max'] + } + ], + defaultParams: ['max'] + }); + addFuncDef({ name: "groupByNode", category: categories.Special,