Commit Graph

51 Commits (a8887f46dcc4dc27b15b9d917ec729b5732d589c)

Author SHA1 Message Date
Fabian Reinartz 0efecea6d4 Adapt storage APIs to uint64 references 8 years ago
Tom Wilkie db8128ceeb Add label set as first parameter to AddFast, ingored by TSDB adapter. 8 years ago
Goutham Veeramachaneni 643c5837a0 Stop metrics that are 10mins ahead from now 8 years ago
Brian Brazil a6ca391e6e Reject scrapes with invalid utf-8 label values. 8 years ago
Goutham Veeramachaneni 507790a357
Rework logging to use explicitly passed logger 8 years ago
Julius Volz 6f66125809 retrieval: Fix "up" reporting for failed scrapes 8 years ago
Brian Brazil 37bc607e96 Rework sample limit to work for 2.0 8 years ago
Fabian Reinartz bc7aff8cef retrieval: extract scrape cache 8 years ago
Fabian Reinartz a83014f53c retrieval: fix memory leak and consumption for caches 8 years ago
Fabian Reinartz 43ca652217 retrieval: Don't allocate map on every scrape 8 years ago
Fabian Reinartz d289dc55c3 storage: update TSDB 8 years ago
Brian Brazil bf38963118 Plumb through logger with target field to scrape loop. 8 years ago
Brian Brazil d532272520 Add stalemarkers to synthetic series too when target stops. 8 years ago
Brian Brazil b87d3ca9ea Create stale markers when a target is stopped. 8 years ago
Brian Brazil 3c45400130 Don't fail scrape if one sample violates ordering. 8 years ago
Brian Brazil fd5c5a50a3 Add stale markers on parse error. 8 years ago
Brian Brazil c0c7e32e61 Treat a failed scrape as an empty scrape for staleness. 8 years ago
Brian Brazil 850ea412ad If an explicit timestamp is provided, bypass staleness. 8 years ago
Brian Brazil 5060a0fc51 Add unittests for ingestion stale NaNs 8 years ago
Brian Brazil 4f35952cf3 Inject a stale NaN when sample disappears between scrapes. 8 years ago
Brian Brazil beaa7d5a43 Move consistent NaN logic into the parser. 8 years ago
Brian Brazil 76acf7b9b1 Ensure all the NaNs we ingest have the same bit pattern. 8 years ago
Matt Layher 5e4f5fb5ad retrieval: make scrape timeout header consistent with others 8 years ago
Matt Layher fe4b6693f7 retrieval: add Scrape-Timeout-Seconds header to each scrape request (#2565) 8 years ago
Fabian Reinartz c691895a0f retrieval: cache series references, use pkg/textparse 9 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it 9 years ago
beorn7 5dc01202d7 Retrieval: Remove some test lines that fail on Travis only 9 years ago
beorn7 3610331eeb Retrieval: Do not buffer the samples if no sample limit configured 9 years ago
Fabian Reinartz e631a1260d retrieval: use separate appender per target 9 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 9 years ago
Brian Brazil 30448286c7 Add sample_limit to scrape config. 9 years ago
Brian Brazil c8de1484d5 Add scrape_samples_post_metric_relabeling 9 years ago
Brian Brazil 06b9df65ec Refactor and add unittests to scrape result handling. 9 years ago
Brian Brazil b5ded43594 Allow buffering of scraped samples before sending them to storage. 9 years ago
Fabian Reinartz d7f4f8b879 discovery: move TargetSet into discovery package 9 years ago
Fabian Reinartz 7ecc271411 Move Fatalf call into main test goroutine 9 years ago
Tobias Schmidt 29ced0090f Fix common english misspellings 9 years ago
Anders Daljord Morken 95cadd0702 Run scrape loop with interval 1 instead of 0 9 years ago
Julius Volz 97b018d26d Fix format argument in retrieval test. 9 years ago
Fabian Reinartz 895f2f092f Fix flaky scrape test 9 years ago
Fabian Reinartz 50c2f20756 Add targetScraper tests 9 years ago
Fabian Reinartz 0d7105abee Remove scrape config from Target. 9 years ago
Fabian Reinartz 75681b691a Extract HTTP client from Target. 9 years ago
Fabian Reinartz 9bea27ae8a Add scraping tests 9 years ago
Fabian Reinartz 775316f8d2 Move appender construction from Target to scrapePool 9 years ago
Fabian Reinartz 1a3253e8ed Make scrape time unambigious. 9 years ago
Fabian Reinartz 2bb8ef99d1 Test scrape loop behavior. 9 years ago