Commit Graph

58 Commits (8022fc1aa3b61b10fa81ed062f70d52cd3493b40)

Author SHA1 Message Date
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333)
7 years ago
Tobias Schmidt 40c278ee2d Send a HTTP Accept header when scraping
7 years ago
Fabian Reinartz 437f51a85f Fix cache maintenance on changing metric representations
7 years ago
Goutham Veeramachaneni 3f0267c548 Merge branch 'dev-2.0' into go-kit/log
7 years ago
Fabian Reinartz 1121b9f7d4 retrieval: cache dropped series, mutate labels in place
7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log
7 years ago
Fabian Reinartz 5bed8af4cb retrieval: pool scrape buffers
7 years ago
Fabian Reinartz 0efecea6d4 Adapt storage APIs to uint64 references
7 years ago
Tom Wilkie db8128ceeb Add label set as first parameter to AddFast, ingored by TSDB adapter.
7 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
Fabian Reinartz 98c2d8477a Merge pull request #2844 from Gouthamve/cobra
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
Fabian Reinartz eb651233ac Merge pull request #2787 from prometheus/limit2
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
Fabian Reinartz 73b8ff0ddc Merge branch 'master' into dev-2.0
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 1d3cdd0d67 Merge branch 'master' into dev-2.0-rebase
8 years ago
Fabian Reinartz c691895a0f retrieval: cache series references, use pkg/textparse
8 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it
8 years ago
beorn7 5dc01202d7 Retrieval: Remove some test lines that fail on Travis only
8 years ago
beorn7 3610331eeb Retrieval: Do not buffer the samples if no sample limit configured
8 years ago
Fabian Reinartz e631a1260d retrieval: use separate appender per target
8 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender
8 years ago
Brian Brazil 30448286c7 Add sample_limit to scrape config.
8 years ago
Brian Brazil c8de1484d5 Add scrape_samples_post_metric_relabeling
8 years ago
Brian Brazil 06b9df65ec Refactor and add unittests to scrape result handling.
8 years ago
Brian Brazil b5ded43594 Allow buffering of scraped samples before sending them to storage.
8 years ago
Fabian Reinartz d7f4f8b879 discovery: move TargetSet into discovery package
8 years ago
Fabian Reinartz 7ecc271411 Move Fatalf call into main test goroutine
8 years ago
Tobias Schmidt 29ced0090f Fix common english misspellings
8 years ago
Anders Daljord Morken 95cadd0702 Run scrape loop with interval 1 instead of 0
8 years ago
Julius Volz 97b018d26d Fix format argument in retrieval test.
9 years ago