Commit Graph

300 Commits (0e8a2e44a4c54f70d1de052d52bb1304148ddfa5)

Author SHA1 Message Date
Ziqi Zhao df2a0ecf3b
Native Histograms: support `native_histogram_min_bucket_factor` in scrape_config (#13222) 2 years ago
Kumar Kalpadiptya Roy e61e5938d6 Issue #13268: fix quality value in accept header 2 years ago
machine424 2f60177203
scrape_test.go: Increase scrape interval in TestScrapeLoopCache to reduce potential flakiness 2 years ago
Kumar Kalpadiptya Roy b012366c33 Issue #13268: fix quality value in accept header 2 years ago
Bryan Boreham c83e1fc574 textparse: remove MetricType alias 2 years ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model 2 years ago
Arthur Silva Sens 5082655392
Append Created Timestamps (#12733) 2 years ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types 2 years ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 2 years ago
Ziqi Zhao 19ecc5dd94 add test case for bigGap 2 years ago
Bryan Boreham 3e287e0170 Scraping tests: refactor scrapeLoop creation 2 years ago
Bryan Boreham f0e1b592ab Scraping: use slices.sort for exemplars 2 years ago
Paulin Todev 0102425af1
Use only one scrapeMetrics object per test. (#13051) 2 years ago
Bryan Boreham 9051100aba Scraping: share buffer pool across all scrapes 2 years ago
Bryan Boreham 34676a240e scrape: consistent function names for metadata 2 years ago
Ziqi Zhao 8fe9250f7d optimize the logic of break the loop of reducing resolution 2 years ago
Bryan Boreham f095c33da1 scrape: simplify TargetsActive function 2 years ago
Łukasz Mierzwa 870627fbed Add enable_compression scrape config option 2 years ago
zenador 32ee1b15de
Fix error on ingesting out-of-order exemplars (#13021) 2 years ago
Ziqi Zhao 10ebeb0a62 rename lastSum -> lastCount && enrich test case with expectBucketCount and expectSchema 2 years ago
Ziqi Zhao b94f32f6fa automatically reduce resolution rather than fail scrape 2 years ago
Julien Pivotto 0fe34f6d78 Follow-up to #13060: Add test to ensure staleness tracking 2 years ago
Matthieu MOREL fe057fc60d use Go standard errors package 2 years ago
Matthieu MOREL 7eaefcf379
ci(lint): enable errorlint on scrape (#12923) 2 years ago
George Krajcsovits e399395b01
Native histograms vs labels (#13005) 2 years ago
Julien Pivotto fed6f81377
scrape: Added trackTimestampsStaleness configuration option 2 years ago
Julien Pivotto 84aadfc45b scrape: Added trackTimestampsStaleness configuration option 2 years ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 2 years ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926) 2 years ago
Paulin Todev 5752050b42
Scrape metrics can now be registered with a non-default registry. 2 years ago
Bartlomiej Plotka 624b973ebf
Added ability to specify scrape protocols to accept during HTTP content type negotiation. (#12738) 2 years ago
Bryan Boreham f6d9c84fde
scraping: delay creating buffer, to save memory (#12953) 2 years ago
Bryan Boreham 7c934ae18c scraping: hoist labels variable to save garbage 2 years ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
György Krajcsovits 983c0c5e9d Add missing buckets 2 years ago
György Krajcsovits 2ae8c2bd3d Set expected values in test 2 years ago
György Krajcsovits 2a781ec5ac Replicate infinite loop in native-classic histogram scrape 2 years ago
Bryan Boreham 611f50bb3d scrape: retain all dropped targets when KeepDroppedTargets is zero 2 years ago
Bryan Boreham 627c99424b scrape: extend TestDroppedTargetsList to check counts 2 years ago
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647) 2 years ago
beorn7 536a487af4 scrape: Refactor names of float samples 3 years ago
beorn7 0e3f35324b scrape: Enable ingestion of multiple exemplars per sample 3 years ago
Bryan Boreham 5255bf06ad Replace sort.Slice with faster slices.SortFunc 3 years ago
Julius Volz ac8abdaacd
Rename remaining jitterSeed -> offsetSeed variables (#12414) 3 years ago
Julius Volz cb045c0e4b Fix wording from "jitterSeed" -> "offsetSeed" for server-wide scrape offsets 3 years ago
beorn7 9e500345f3 textparse/scrape: Add option to scrape both classic and native histograms 3 years ago
Jeanette Tan 40240c9c1c Update according to code review 3 years ago
György Krajcsovits 19a4f314f5 Refactor testutil/protobuf.go into scrape package 3 years ago
Russ Cox 28f5502828 scrape: fix two loop variable scoping bugs in test 3 years ago