influxdb/services/hh
Mark Rushakoff 5a61bdad70 Move monitor.Diagnostics to its own package
I was trying to create a Diagnostics Client in the tsdb package, but
IIRC importing `monitor` caused an import cycle of:
tsdb -> monitor -> cluster -> tsdb.

Moving Diagnostics to its own package will allow further use of
diagnostics.Client without running into import cycles.
2016-02-13 14:56:15 -08:00
..
config.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
doc.go Add hinted handoff queue 2015-06-05 22:16:51 -06:00
limiter.go Add hinted handoff queue rate limiting 2015-06-09 14:46:13 -06:00
limiter_test.go Add hinted handoff queue rate limiting 2015-06-09 14:46:13 -06:00
node_processor.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
node_processor_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
queue.go Initial lint for all packages under services. Supports #4098 2015-11-22 19:23:56 +00:00
queue_test.go Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
service.go Move monitor.Diagnostics to its own package 2016-02-13 14:56:15 -08:00