forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged pull request influxdata#1030 from influxdata/nc-issue#913
Add fillPeriod option to Window node that wait till the period has el…
- Loading branch information
Showing
6 changed files
with
325 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=93.1 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=97.1 0000000001 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=92.6 0000000002 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.6 0000000003 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=93.1 0000000004 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=92.6 0000000005 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.8 0000000006 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=92.7 0000000007 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.0 0000000008 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=93.4 0000000009 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.3 0000000010 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.4 0000000011 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.1 0000000012 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=91.1 0000000013 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.7 0000000014 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.2 0000000015 |
63 changes: 63 additions & 0 deletions
63
integrations/data/TestStream_Window_FillPeriod_Aligned.srpl
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=93.1 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=97.1 0000000001 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=92.6 0000000002 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.6 0000000003 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=93.1 0000000004 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=92.6 0000000005 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.8 0000000006 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=92.7 0000000007 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.0 0000000008 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=93.4 0000000009 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.3 0000000010 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.4 0000000011 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.1 0000000012 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=91.1 0000000013 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=95.7 0000000014 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.2 0000000015 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.6 0000000016 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=91.2 0000000017 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=98.2 0000000018 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=96.1 0000000019 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=97.2 0000000020 |
This file contains 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 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 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