150 Commits (6cd24d87b0d4e3acd4503b061d32c5aa6d8883a9)

Author SHA1 Message Date
Bryan Boreham 8065bef172 Move metric type definitions to common/model 11 months ago
Arthur Silva Sens 5082655392
Append Created Timestamps (#12733) 12 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 12 months ago
Bryan Boreham 3e287e0170 Scraping tests: refactor scrapeLoop creation 1 year ago
Paulin Todev 0102425af1
Use only one scrapeMetrics object per test. (#13051) 1 year ago
Bryan Boreham 9051100aba Scraping: share buffer pool across all scrapes 1 year ago
Ziqi Zhao 8fe9250f7d optimize the logic of break the loop of reducing resolution 1 year ago
Łukasz Mierzwa 870627fbed Add enable_compression scrape config option 1 year ago
zenador 32ee1b15de
Fix error on ingesting out-of-order exemplars (#13021) 1 year ago
Julien Pivotto 0fe34f6d78 Follow-up to #13060: Add test to ensure staleness tracking 1 year ago
Matthieu MOREL 7eaefcf379
ci(lint): enable errorlint on scrape (#12923) 1 year ago
George Krajcsovits e399395b01
Native histograms vs labels (#13005) 1 year ago
Julien Pivotto fed6f81377
scrape: Added trackTimestampsStaleness configuration option 1 year ago
Julien Pivotto 84aadfc45b scrape: Added trackTimestampsStaleness configuration option 1 year ago
Paulin Todev 5752050b42
Scrape metrics can now be registered with a non-default registry. 1 year ago
Bartlomiej Plotka 624b973ebf
Added ability to specify scrape protocols to accept during HTTP content type negotiation. (#12738) 1 year ago
Bryan Boreham f6d9c84fde
scraping: delay creating buffer, to save memory (#12953) 1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
György Krajcsovits 983c0c5e9d Add missing buckets 1 year ago
György Krajcsovits 2ae8c2bd3d Set expected values in test 1 year ago
György Krajcsovits 2a781ec5ac Replicate infinite loop in native-classic histogram scrape 1 year ago
Bryan Boreham 627c99424b scrape: extend TestDroppedTargetsList to check counts 1 year ago
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647) 1 year ago
beorn7 536a487af4 scrape: Refactor names of float samples 1 year ago
beorn7 0e3f35324b scrape: Enable ingestion of multiple exemplars per sample 1 year ago
beorn7 9e500345f3 textparse/scrape: Add option to scrape both classic and native histograms 2 years ago
György Krajcsovits 19a4f314f5 Refactor testutil/protobuf.go into scrape package 2 years ago
Russ Cox 28f5502828 scrape: fix two loop variable scoping bugs in test 2 years ago
Jeanette Tan dfabc69303 Add tests according to code review 2 years ago
Jeanette Tan 2ad39baa72 Treat bucket limit like sample limit and make it fail the whole scrape and return an error 2 years ago
György Krajcsovits 071426f72f Add unit test for bucket limit appender 2 years ago
Jeanette Tan 4d21ac23e6 Implement bucket limit for native histograms 2 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
Julien Pivotto 0c56e5d014 Update our own dependencies, support proxy from env 2 years ago
Bryan Boreham bec5abc4dc scrape: remove unsafe code 2 years ago
Bryan Boreham 9bc6d7a7db Update package scrape tests for new labels.Labels type 2 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 2 years ago
Xiaochao Dong (@damnever) 9979024a30 Report error if the series contains invalid metric names or labels during scrape 2 years ago
Ganesh Vernekar 3cbf87b83d
Enable protobuf negotiation only when histograms are enabled 2 years ago
Bryan Boreham 4927e13537 scrape tests: undo EmptyLabels change 2 years ago
Bryan Boreham 14780c3b4e scrape: in tests use labels.FromStrings 2 years ago
Bogdan Drutu 3cde9287a6
scrape: remove unused member from cacheEntry (#11281) 2 years ago
Bogdan Drutu c8cfe5c25d
scrape: remove unused argument in newScrapeLoop (#11283) 2 years ago
Paschalis Tsilias 5a8e202f94
Append metadata to the WAL in the scrape loop (#10312) 2 years ago
Levi Harrison d61459d826
`no-default-scrape-port` feature flag (#9523) 2 years ago
Julien Pivotto 90583c8906
TestScrapeLoopCache: Display content of the appender (#10937) 2 years ago
Xiaonan Shen 0c3abdc26d
Keep relabeled scrape interval and timeout on reloads (#10916) 2 years ago
Goutham Veeramachaneni 2381d7be57
Send target and metadata cache in context (again) (#10636) 3 years ago