diff --git a/src/app/services/graphite/gfunc.js b/src/app/services/graphite/gfunc.js index e2d7b072e6d..748f6085a7b 100644 --- a/src/app/services/graphite/gfunc.js +++ b/src/app/services/graphite/gfunc.js @@ -69,6 +69,11 @@ function (_) { category: categories.Combine, }); + addFuncDef({ + name: 'isNonNull', + category: categories.Combine, + }); + addFuncDef({ name: 'rangeOfSeries', category: categories.Combine