prometheus/retrieval
Brian Brazil 3c45400130 Don't fail scrape if one sample violates ordering.
In Prometheus 1.x one sample that is out of order
or that has a duplicate timestamp is discarded, and
the rest of the scrape ingestion continues on.
This will now also be true for 2.0.
2017-05-16 18:33:51 +01:00
..
testdata Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
helpers_test.go Ensure all the NaNs we ingest have the same bit pattern. 2017-05-16 18:33:51 +01:00
scrape.go Don't fail scrape if one sample violates ordering. 2017-05-16 18:33:51 +01:00
scrape_test.go Don't fail scrape if one sample violates ordering. 2017-05-16 18:33:51 +01:00
target.go Move retrieval.NewHTTPClient -> httputil.NewClientFromConfig 2017-03-20 14:17:04 +01:00
target_test.go Merge branch 'master' into dev-2.0 2017-04-04 15:17:56 +02:00
targetmanager.go Merge branch 'master' into dev-2.0 2017-04-04 15:17:56 +02:00
targetmanager_test.go retrieval: fix test 2017-03-08 15:37:12 +01:00