Skip to content

Commit 96d9df0

Browse files
Merge pull request #17 from prometheus-community/celian-garcia-patch-1
Add new 'group' aggregator
2 parents eee8763 + 7e9375f commit 96d9df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/promql/promql.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const aggregations = [
6767
'min',
6868
'max',
6969
'avg',
70+
'group',
7071
'stddev',
7172
'stdvar',
7273
'count',

0 commit comments

Comments
 (0)