prometheus/retrieval
Anders Daljord Morken 95cadd0702 Run scrape loop with interval 1 instead of 0
0 is considered an invalid interval by time.NewTicker() and will cause a
panic if control reaches that point. Given the vagaries of timekeeping,
this may occasionally happen and make this test unstable.
2016-08-18 09:39:11 +02:00
..
discovery Kubernetes SD: Add node name and host IP to pod discovery 2016-07-20 12:00:54 +01:00
testdata Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
helpers_test.go Fix tests for append API changes 2016-02-03 10:17:08 +01:00
scrape.go Consistently use the Seconds() method for conversion of durations 2016-07-07 15:24:35 +02:00
scrape_test.go Run scrape loop with interval 1 instead of 0 2016-08-18 09:39:11 +02:00
target.go Strip stray whitespace from bearer token file 2016-08-17 15:36:18 +02:00
target_test.go Unexport testing constant 2016-05-26 14:42:17 -07:00
targetmanager.go move relabeling functionality to its own package 2016-08-09 14:19:20 +02:00
targetmanager_test.go Remove old tests 2016-03-01 13:48:36 +01:00