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#1032 from influxdata/nc-issue#327
Adds support for windowing based on count
- Loading branch information
Showing
6 changed files
with
797 additions
and
95 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,36 @@ | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=01 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=02 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=03 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=04 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=05 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=06 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=07 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=08 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=09 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=10 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=11 0000000000 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=12 0000000000 |
Oops, something went wrong.