prometheus/retrieval
Julius Volz 047eb219e4 Fix target health state update.
Right now, futureState is only used to give hints to the health scheduler, but
nowhere is this future state persisted into the target's state field, so we
don't actually track a target's state over time.
2013-02-25 02:52:52 +01:00
..
format Swap ``time.Now`` with testable ``Time.Now``. 2013-01-27 19:59:20 +01:00
instrumentation.go Duration statistics for each target pool. 2013-01-28 16:36:28 +01:00
interface_test.go ``TargetManager`` and ``TargetPool`` ass pointers. 2013-01-15 17:06:17 +01:00
scheduler.go Swap ``time.Now`` with testable ``Time.Now``. 2013-01-27 19:59:20 +01:00
scheduler_test.go Swap ``time.Now`` with testable ``Time.Now``. 2013-01-27 19:59:20 +01:00
target.go Fix target health state update. 2013-02-25 02:52:52 +01:00
target_test.go Fix target health state update. 2013-02-25 02:52:52 +01:00
targetmanager.go Correct order of deadline and interval arguments. 2013-02-06 00:08:31 +01:00
targetmanager_test.go Update import paths to new location. 2013-01-27 18:49:45 +01:00
targetpool.go Fix targetpool iteration deadlock. 2013-02-21 19:48:29 +01:00
targetpool_test.go Fix target health state update. 2013-02-25 02:52:52 +01:00
test_helper.go Fix target health state update. 2013-02-25 02:52:52 +01:00