feat(graphite): adds support for grep function

closes #1163
pull/3535/head
carl bergquist 10 years ago
parent a701bba839
commit 48539c851e
  1. 7
      public/app/plugins/datasource/graphite/gfunc.js

@ -516,6 +516,13 @@ function (_, $) {
defaultParams: ['exclude']
});
addFuncDef({
name: "grep",
category: categories.Filter,
params: [{ name: "grep", type: 'string' }],
defaultParams: ['grep']
});
addFuncDef({
name: 'highestCurrent',
category: categories.Filter,

Loading…
Cancel
Save