open-nomad/drivers/docker
Nick Ethier 9fea54e0dc
executor: implement streaming stats API
plugins/driver: update driver interface to support streaming stats

client/tr: use streaming stats api

TODO:
 * how to handle errors and closed channel during stats streaming
 * prevent tight loop if Stats(ctx) returns an error

drivers: update drivers TaskStats RPC to handle streaming results

executor: better error handling in stats rpc

docker: better control and error handling of stats rpc

driver: allow stats to return a recoverable error
2019-01-12 12:18:22 -05:00
..
cmd Review comments 2019-01-07 14:50:28 -08:00
docklog tests: helper function for checking docker presense 2019-01-07 08:27:06 -05:00
test-resources/docker tests: pin busybox image to a specific point tag 2018-12-15 15:03:56 -05:00
config.go use drivers.FSIsolation 2019-01-08 09:11:47 -05:00
coordinator.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
coordinator_test.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
driver.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
driver_darwin_test.go tests: run docker tests in macOS out of box 2019-01-08 14:35:40 -05:00
driver_default.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
driver_linux_test.go tests: helper function for checking docker presense 2019-01-07 08:27:06 -05:00
driver_test.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
driver_unix_test.go docker: add default blocks for driver plugin config schema 2018-11-19 22:59:18 -05:00
driver_windows.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
fingerprint.go Standardize driver health description messages for all drivers 2019-01-06 22:06:38 -06:00
handle.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
progress.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
progress_test.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
state.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
stats.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
utils.go drivers/docker: enforce volumes.enabled (#4983) 2018-12-11 14:22:50 -05:00
utils_test.go drivers/docker: enforce volumes.enabled (#4983) 2018-12-11 14:22:50 -05:00