influxdb/kapacitor
Tim Raymond fe57d1e0c7 Improve benchmark, fix offset bug
This ensures that setup time does not impact the results of the
benchmark since profiling showed that much time was spent setting up the
test array of tasks. This also uses `make` to build that slice instead.

Also, the tests revealed that there was a bug where offsets were
pre-incremented rather than post-incremented, omitting the first 100
results.
2017-08-22 10:23:24 -04:00
..
alerts.go Add Pushover as valid Kapacitor handler endpoint type 2017-07-17 17:29:26 -07:00
alerts_test.go Update kapacitor alerts and ast to 1.3.1 features. 2017-07-14 21:09:39 -05:00
ast.go Add space between functions 2017-07-21 19:57:31 -07:00
ast_test.go Update kapacitor alerts and ast to 1.3.1 features. 2017-07-14 21:09:39 -05:00
client.go Update comment 2017-08-18 16:44:04 -04:00
client_test.go Add test for disabled bug 2017-06-20 11:42:19 -07:00
data.go Update rawtext in queryconfig to be null and not omitempty 2017-04-07 17:32:10 -05:00
data_test.go Update Kapacitor alerts to set queryConfig to null if not parsable. 2017-05-05 14:30:20 -05:00
errors.go Add variable parsing for kapacitor AST 2017-04-03 10:40:10 -05:00
http_out.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00
influxout.go Fix tickscript deadman output and use camelCase 2016-11-04 18:07:56 -05:00
influxout_test.go Update Kapacitor alerts to set queryConfig to null if not parsable. 2017-05-05 14:30:20 -05:00
kapa_client.go Improve benchmark, fix offset bug 2017-08-22 10:23:24 -04:00
kapa_client_benchmark_test.go Improve benchmark, fix offset bug 2017-08-22 10:23:24 -04:00
kapa_client_test.go Improve benchmark, fix offset bug 2017-08-22 10:23:24 -04:00
operators.go Add initial reversing of TICKscript to query config 2017-03-27 14:21:57 -05:00
tickscripts.go Update tickscript generation to use group by time as period. 2016-11-10 11:35:26 -06:00
tickscripts_test.go Update Kapacitor alerts to set queryConfig to null if not parsable. 2017-05-05 14:30:20 -05:00
triggers.go Add alert nodes to kapacitor AST 2017-04-03 18:19:15 -05:00
triggers_test.go Update tickscript generation to use group by time as period. 2016-11-10 11:35:26 -06:00
validate.go Add structured logging to underlying http server 2017-03-06 15:16:45 -06:00
validate_test.go Add kapa alert arguments and properties 2017-02-09 00:10:23 -06:00
vars.go Update Kapacitor alerts to set queryConfig to null if not parsable. 2017-05-05 14:30:20 -05:00
vars_test.go Update Kapacitor alerts to set queryConfig to null if not parsable. 2017-05-05 14:30:20 -05:00