Skip to content

Commit

Permalink
rollup.go: add sum_gt_over_time() and sum_gt_over_time() functions
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Feb 13, 2024
1 parent f45dad7 commit 63bd872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ var rollupFuncs = map[string]bool{
"stale_samples_over_time": true,
"stddev_over_time": true,
"stdvar_over_time": true,
"sum_gt_over_time": true,
"sum_lt_over_time": true,
"sum_over_time": true,
"sum2_over_time": true,
"tfirst_over_time": true,
Expand Down

0 comments on commit 63bd872

Please sign in to comment.