Skip to content

Commit

Permalink
Merge pull request #17 from prometheus-community/celian-garcia-patch-1
Browse files Browse the repository at this point in the history
Add new 'group' aggregator
  • Loading branch information
celian-garcia authored Jul 31, 2020
2 parents eee8763 + 7e9375f commit 96d9df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/promql/promql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const aggregations = [
'min',
'max',
'avg',
'group',
'stddev',
'stdvar',
'count',
Expand Down

0 comments on commit 96d9df0

Please sign in to comment.