influxdb/query/control
Jonathan A. Sternberg 47b032464f
refactor(query): handle flux errors in the query controller instead of http (#14368)
If we handle the flux errors in the query controller, it makes it so we
are handling the errors in the location where the happen rather than at
a layer further up the stack.

This should simplify it so the errors are handled in this single
location instead.
2019-07-18 11:43:15 -05:00
..
controller.go refactor(query): handle flux errors in the query controller instead of http (#14368) 2019-07-18 11:43:15 -05:00
controller_test.go refactor(query): handle flux errors in the query controller instead of http (#14368) 2019-07-18 11:43:15 -05:00
metrics.go refactor(query/control): move the controller from flux to influxdb (#13991) 2019-05-29 09:04:34 -05:00