diff --git a/src/app/services/graphite/gfunc.js b/src/app/services/graphite/gfunc.js index 51ef0f87079..22b79527cbd 100644 --- a/src/app/services/graphite/gfunc.js +++ b/src/app/services/graphite/gfunc.js @@ -155,7 +155,10 @@ function (_) { addFuncDef({ name: 'averageSeriesWithWildcards', category: categories.Combine, - params: [{ name: "node", type: "int" }], + params: [ + { name: "node", type: "int" }, + { name: "node", type: "int", optional: true }, + ], defaultParams: [3] });