Commit Graph

297 Commits (f97fa2736c89947aa91a201f23775a4a47916d65)

Author SHA1 Message Date
Julien Pivotto 0763ec841b
Merge pull request #13313 from kalpadiptyaroy/fix-quality-value-accept-header
11 months ago
Kumar Kalpadiptya Roy b012366c33 Issue #13268: fix quality value in accept header
11 months ago
Bryan Boreham 75fc8a1535
Merge pull request #13167 from bboreham/simplify-TargetsActive
11 months ago
Bryan Boreham c83e1fc574 textparse: remove MetricType alias
11 months ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model
11 months ago
Bryan Boreham 99c17b4319
Merge pull request #13177 from bboreham/less-madness
11 months ago
Arthur Silva Sens 5082655392
Append Created Timestamps (#12733)
12 months ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types
12 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254)
12 months ago
Björn Rabenstein 980e2895a2
Merge pull request #13129 from fatsheep9146/reduce-resolution-automatically
1 year ago
Ziqi Zhao 19ecc5dd94 add test case for bigGap
1 year ago
Julien Pivotto 965e603fa7
Merge pull request #13184 from bboreham/exemplar-sort
1 year ago
Julien Pivotto eda73dd3e5
Merge pull request #13187 from bboreham/refactor-newscrapeloop
1 year ago
Bryan Boreham 3e287e0170 Scraping tests: refactor scrapeLoop creation
1 year ago
Bryan Boreham 784a2d2c74
Merge pull request #12992 from bboreham/single-scrape-buffer-pool
1 year ago
Bryan Boreham f0e1b592ab Scraping: use slices.sort for exemplars
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
Bryan Boreham 34676a240e scrape: consistent function names for metadata
1 year ago
Ziqi Zhao 8fe9250f7d optimize the logic of break the loop of reducing resolution
1 year ago
Bryan Boreham f095c33da1 scrape: simplify TargetsActive function
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
Ziqi Zhao 10ebeb0a62 rename lastSum -> lastCount && enrich test case with expectBucketCount and expectSchema
1 year ago
Ziqi Zhao b94f32f6fa automatically reduce resolution rather than fail scrape
1 year ago
Julien Pivotto 0fe34f6d78 Follow-up to #13060: Add test to ensure staleness tracking
1 year ago
Matthieu MOREL fe057fc60d use Go standard errors package
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
Björn Rabenstein a43669e611
Merge pull request #12928 from alexandear/ci-enable-godot
1 year ago
Julien Pivotto 84aadfc45b scrape: Added trackTimestampsStaleness configuration option
1 year ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments
1 year ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926)
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
Bryan Boreham 7c934ae18c scraping: hoist labels variable to save garbage
1 year ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650)
1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660)
1 year ago
Bryan Boreham d73b4acb30
Merge pull request #12737 from prometheus/beorn7/histogram
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 611f50bb3d scrape: retain all dropped targets when KeepDroppedTargets is zero
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
Bryan Boreham 5255bf06ad Replace sort.Slice with faster slices.SortFunc
1 year ago
Julius Volz ac8abdaacd
Rename remaining jitterSeed -> offsetSeed variables (#12414)
1 year ago