Skip to content

Commit 5794fc5

Browse files
committed
Added hitcount Transform function.
1 parent adfa341 commit 5794fc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/services/graphite/gfunc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ function (_) {
192192
category: categories.Transform,
193193
});
194194

195+
addFuncDef({
196+
name: 'hitcount',
197+
category: categories.Transform,
198+
params: [ { name: "interval", type: "string" }],
199+
defaultParams: ['10s']
200+
});
201+
195202
addFuncDef({
196203
name: 'averageAbove',
197204
category: categories.Filter,

0 commit comments

Comments
 (0)