influxdb/services/continuous_querier
Jonathan A. Sternberg 733d842812 Turn the ExecutionContext into a context.Context
Along with modifying ExecutionContext to be a context and have the
TaskManager return the context itself, this also creates a Monitor
interface and exposes the Monitor through the Context. This way, we can
access the monitor from within the query.Select method and keep all of
the limits inside of the query package instead of leaking them into the
statement executor.

An eventual goal is to remove the InterruptCh from the IteratorOptions
and use the Context instead, but for now, we'll just assign the done
channel from the Context to the IteratorOptions so at least they refer
to the same channel.
2018-03-08 14:03:20 -06:00
..
config.go CQ statistics written to monitor database, addresses #8188 2017-06-10 09:20:38 +08:00
config_test.go Cleanup services package 2018-01-21 10:52:37 -08:00
continuous_queries.md Tidy up README 2016-02-10 11:50:42 +00:00
service.go Rename some of the structs and interfaces in the query package 2018-03-02 09:44:12 -06:00
service_test.go Turn the ExecutionContext into a context.Context 2018-03-08 14:03:20 -06:00