Skip to content

Commit

Permalink
add kapacitor loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed May 4, 2017
1 parent a31abae commit 487b21d
Show file tree
Hide file tree
Showing 9 changed files with 557 additions and 23 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [#1284](https://github.com/influxdata/kapacitor/pull/1284): Add type signatures to Kapacitor functions.
- [#1203](https://github.com/influxdata/kapacitor/issues/1203): Add `isPresent` operator for verifying whether a value is present (part of [#1284](https://github.com/influxdata/kapacitor/pull/1284)).
- [#1354](https://github.com/influxdata/kapacitor/pull/1354): Add Kubernetes scraping support.
- [#1360](https://github.com/influxdata/kapacitor/pull/1360): Add KapacitorLoopback node to be able to send data from a task back into Kapacitor.

### Bugfixes

Expand Down
21 changes: 21 additions & 0 deletions integrations/data/TestStream_KapacitorLoopback.srpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dbname
rpname
cpu value=45 0000000001
dbname
rpname
cpu value=25 0000000002
dbname
rpname
cpu value=23 0000000003
dbname
rpname
cpu value=78 0000000010
dbname
rpname
cpu value=97 0000000011
dbname
rpname
cpu value=62 0000000012
dbname
rpname
cpu value=32 0000000016
Loading

0 comments on commit 487b21d

Please sign in to comment.