prometheus/retrieval
Fabian Reinartz 8b7e5f9184 Stop holding TargetManager lock when stopping components.
TargetProviders may flush some last changes to the target manager
before actually stopping. To properly read those form the channel
the target manager must not be locked while stopping a provider.
2015-05-27 12:41:37 +02:00
..
discovery Fix file SD test 2015-05-23 21:20:39 +02:00
helpers_test.go Make target manager source based. 2015-04-24 15:49:35 +02:00
relabel.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
relabel_test.go Switch config to YAML format. 2015-05-07 16:52:14 +02:00
target.go Switch Prometheus to use github.com/prometheus/log. 2015-05-20 18:19:32 +02:00
target_test.go Increase target test wait times 2015-05-19 12:06:52 +02:00
targetmanager.go Stop holding TargetManager lock when stopping components. 2015-05-27 12:41:37 +02:00
targetmanager_test.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00