This repository was archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
Add series aggregation DSL function aggregate
#2294
Merged
kylebrandt
merged 15 commits into
bosun-monitor:master
from
hermanschaaf:add-series-aggregation-dsl
Aug 20, 2018
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
07c5964
Add aggregate function to DSL
a59c21e
Allow specifying of groups in arguments
14a0446
Add documentation for aggregate function
cb4b59a
Add missing argument name
1a1c3db
Test NaN case and use correct tags function
95070fd
Use correct sprintf placeholders
1a18143
Fix errorf formatting
3b0fab7
Run goimports
bd2c25d
Merge remote-tracking branch 'origin/master' into add-series-aggregat…
0a86bcf
Merge with upstream master
b499438
Rename to aggr, use flexible percentiles
3657f97
Add tests for p0 and p1
ea6edf6
Add sum aggregator, and simplify min and max code
e4efb67
Update documentation for aggr function
d11513f
Improve formatting on documentation
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice find!