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.
Feat: handle Delete messages in join (influxdata#2562)
* feat: handle delete messages in joinNode * tests: add tests for join delete messages
- Loading branch information
Showing
12 changed files
with
161 additions
and
19 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
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
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 |
---|---|---|
@@ -1,3 +1,18 @@ | ||
{"name":"cpu_usage_idle","points":[{"fields":{"mean":93.49999999999409},"time":"2015-10-30T17:14:12Z"},{"fields":{"mean":91.44444444443974},"time":"2015-10-30T17:14:14Z"},{"fields":{"mean":93.44897959187637},"time":"2015-10-30T17:14:16Z"},{"fields":{"mean":95.99999999995998},"time":"2015-10-30T17:14:18Z"},{"fields":{"mean":97.00970097012197},"time":"2015-10-30T17:14:20Z"}]} | ||
{"name":"cpu_usage_idle","points":[{"fields":{"mean":95.98484848485191},"time":"2015-10-30T17:14:22Z"},{"fields":{"mean":92.098039215696},"time":"2015-10-30T17:14:24Z"},{"fields":{"mean":92.99999999998363},"time":"2015-10-30T17:14:26Z"},{"fields":{"mean":86.54015887023496},"time":"2015-10-30T17:14:28Z"},{"fields":{"mean":95.48979591840603},"time":"2015-10-30T17:14:30Z"}]} | ||
{"name":"cpu_usage_idle","points":[{"fields":{"mean":96.49999999996908},"time":"2015-10-30T17:14:32Z"},{"fields":{"mean":93.46464646468584},"time":"2015-10-30T17:14:34Z"},{"fields":{"mean":95.00950095007724},"time":"2015-10-30T17:14:36Z"},{"fields":{"mean":92.99999999998636},"time":"2015-10-30T17:14:38Z"},{"fields":{"mean":90.99999999998545},"time":"2015-10-30T17:14:40Z"}]} | ||
{"name":"cpu_usage_idle","points":[ | ||
{"fields":{"mean":93.49999999999409},"time":"2015-10-30T17:14:12Z"}, | ||
{"fields":{"mean":91.44444444443974},"time":"2015-10-30T17:14:14Z"}, | ||
{"fields":{"mean":93.44897959187637},"time":"2015-10-30T17:14:16Z"}, | ||
{"fields":{"mean":95.99999999995998},"time":"2015-10-30T17:14:18Z"}, | ||
{"fields":{"mean":97.00970097012197},"time":"2015-10-30T17:14:20Z"}]} | ||
{"name":"cpu_usage_idle","points":[ | ||
{"fields":{"mean":95.98484848485191},"time":"2015-10-30T17:14:22Z"}, | ||
{"fields":{"mean":92.098039215696},"time":"2015-10-30T17:14:24Z"}, | ||
{"fields":{"mean":92.99999999998363},"time":"2015-10-30T17:14:26Z"}, | ||
{"fields":{"mean":86.54015887023496},"time":"2015-10-30T17:14:28Z"}, | ||
{"fields":{"mean":95.48979591840603},"time":"2015-10-30T17:14:30Z"}]} | ||
{"name":"cpu_usage_idle","points":[ | ||
{"fields":{"mean":96.49999999996908},"time":"2015-10-30T17:14:32Z"}, | ||
{"fields":{"mean":93.46464646468584},"time":"2015-10-30T17:14:34Z"}, | ||
{"fields":{"mean":95.00950095007724},"time":"2015-10-30T17:14:36Z"}, | ||
{"fields":{"mean":92.99999999998636},"time":"2015-10-30T17:14:38Z"}, | ||
{"fields":{"mean":90.99999999998545},"time":"2015-10-30T17:14:40Z"}]} |
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,24 @@ | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=9,anothervalue=4.2 0000000001 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=9,anothervalue=4.2 0000000002 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=9,anothervalue=4.2 0000000021 | ||
dbname | ||
rpname | ||
cpu,type=idle,host=serverA value=9,anothervalue=4.2 0000000022 | ||
dbname | ||
rpname | ||
views,type=idle,host=serverA value=9,anothervalue=4.2 0000000001 | ||
dbname | ||
rpname | ||
views,type=idle,host=serverA value=9,anothervalue=4.2 0000000002 | ||
dbname | ||
rpname | ||
views,type=idle,host=serverA value=9,anothervalue=4.2 0000000021 | ||
dbname | ||
rpname | ||
views,type=idle,host=serverA value=9,anothervalue=4.2 0000000022 |
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
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