Commit Graph

414 Commits (d7c8177f56439ff2b5025a330481fb35786431a5)

Author SHA1 Message Date
Jan Fajerski 91608c002f Merge branch 'main' into release-3.0-beta.0
3 months ago
Björn Rabenstein 482f1f608c
Merge pull request #14880 from prometheus/njpm/fix-utf8-config
3 months ago
Nicolás Pazos 569b6abfa3 fix(utf8): propagate validationScheme config to scraping options
3 months ago
Jan Fajerski fa318711f4 Merge branch 'main' into 3.0-main-sync-24-09-09
3 months ago
Julien 0a88943594 Scrape: test for q-value compliance with RFC 9110 in Accept header
3 months ago
Björn Rabenstein 694d98032b
Merge pull request #14705 from prometheus/owilliams/default-on
3 months ago
Owen Williams 88bb05c3e8 utf8: enable utf-8 support by default
3 months ago
Julien Pivotto bd9129117e Target parameter labels should not be overridden by config params
3 months ago
Julien ce0f09b125 Scrape: Add scrape_failure_log_file to log Scrape Failures
3 months ago
Bartlomiej Plotka f1d3c3f464
fix: Properly put OM text p.CreatedTimestamp behind feature flag (#14809) (#14815)
3 months ago
machine424 d23d196db5 fix(discovery): prevent the manager from storing stale targetGroups
3 months ago
Arthur Silva Sens 5bd8988637
Simplify 'TestManagerCTZeroIngestion' (#14756)
3 months ago
machine424 c586c15ae6 fix(discovery): make discovery manager notify consumers of dropped targets for still defined jobs
3 months ago
Owen Williams 9da75328ea
fix(utf8): ensure correct validation when legacy mode turned on (#14736)
3 months ago
Bryan Boreham 4202be5e79 Merge branch 'release-2.54' into merge-2.54.1-into-main
3 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments
3 months ago
Ben Kochie 1435c8ae4a
Include test CA text info (#14699)
3 months ago
Julien f9f39a4411
Extend testing CA certificates (#14696)
3 months ago
Bryan Boreham 144470c7b0
[BUGFIX] Scraping: allow multiple samples on same series (#14685)
3 months ago
Owen Williams 9e7308de38 feat(utf8): utf8 content negotation and flags
3 months ago
Bryan Boreham e6356e64bd Scraping: drop series cache when resizing symbol table
5 months ago
Bryan Boreham 74b1f3daa6 Refactor: scraping: extract method restartLoops
5 months ago
Bryan Boreham b42b5fbd74 Scraping: check symbol-table on sync
5 months ago
Bryan Boreham 7ca31c66be Scraping: add metric for symbol table size
5 months ago
Bartlomiej Plotka 9198952f7c
[PRW 2.0] Merging `remote-write-2.0` feature branch to main (PRW 2.0 support + metadata in WAL) (#14395)
5 months ago
György Krajcsovits 79020b1e85 Comment float histogram as well
5 months ago
György Krajcsovits c309f50ee7 Add comment to state intent of check
5 months ago
György Krajcsovits 0793a26d96 native histograms: only reduce resolution for exponential histograms
6 months ago
Jeanette Tan 14f8dded39 Merge branch 'main' into nhcb
6 months ago
Jeanette Tan 9adc1699c3 fix according to code review
6 months ago
Oleksandr Redko f10c3454e9 Enable perfsprint linter and fix up code
6 months ago
Jeanette Tan 796b1bbfde Merge branch 'main' into nhcb
7 months ago
Arthur Silva Sens 7aacef9b42
bugfix: Decouple native histogram ingestions and protobuf parsing
7 months ago
György Krajcsovits bcafa5f1f9 Merge remote-tracking branch 'upstream/main' into update-nhcb
7 months ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905)
8 months ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter
8 months ago
David Ashpole c755fa9935
support unregistering scrape manager metrics
8 months ago
György Krajcsovits 2a4aa085d2 Merge branch 'main' into nhcb
8 months ago
Ziqi Zhao 64dfd8a158
fix the bug of setting native histogram min bucket factor (#13846)
8 months ago
György Krajcsovits a3d1a46eda Merge branch 'main' into nhcb
8 months ago
zenador 4acbb7dea6
Add custom buckets to native histogram chunks encoding (#13706)
8 months ago
Bryan Boreham 5ed21c0d76
Merge pull request #12933 from prymitive/duplicated_samples
8 months ago
Bryan Boreham 6c41ec984f [BUGFIX] Scraping: Tolerance should be max 1% of interval
9 months ago
Julien fcdb6c2b14
Merge pull request #13624 from roidelapluie/tolerance
9 months ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21
9 months ago
György Krajcsovits 5d0a0a7542 Add custom buckets to native histogram model (#13592)
9 months ago
Łukasz Mierzwa c013a3c1b5 Check of duplicated samples directly in scrapeCache.get()
9 months ago
Łukasz Mierzwa 21f8b35f5b Move staleness tracking out of checkAddError() calls
9 months ago
Łukasz Mierzwa 55dcaab41b Fix TestScrapeLoopDiscardDuplicateLabels test
9 months ago
Łukasz Mierzwa 50c81bed86 Check for duplicated series on a scrape
9 months ago
Łukasz Mierzwa 1a8ea78207 Fix BenchmarkScrapeLoopAppendOM
9 months ago
Bryan Boreham 5f50d974c9 scraping: reset symbol table periodically
9 months ago
Bryan Boreham 4e748b9cd8 scraping: re-use labels Builder in scrape report metrics
9 months ago
Bryan Boreham abb3a62f04 scraping: re-use symbol table for scrape loops
9 months ago
Bryan Boreham 0403d098e1 scraping: re-use symbolTable for target discovery
9 months ago
Bryan Boreham 9ba13de220 scraping: pass a Builder to get Target labels
9 months ago
Łukasz Mierzwa 5597020a60 Use github.com/klauspost/compress for gzip and zlib
9 months ago
Łukasz Mierzwa 92e381b8a3 Add a scrape benchmark with gzipped responses
9 months ago
Julien Pivotto e22b564049 Always align scrapes even if tolerance is bigger than 1% of scrape interval
9 months ago
Owen Williams a28d7865ad UTF-8: Add support for parsing UTF8 metric and label names
9 months ago
Bryan Boreham 17f48f2b3b Tests: use replacement DeepEquals in more places
10 months ago
Bryan Boreham d0dee51aac scrape tests: check NaN values directly
10 months ago
Bryan Boreham 39af788dbd Tests: use replacement DeepEquals using go-cmp
10 months ago
Paweł Szulik b0c538787d Refactor scrape tests to use testify.
10 months ago
Bryan Boreham 4ad9b6df2e
Merge pull request #13336 from machine424/flakky
10 months ago
Ziqi Zhao df2a0ecf3b
Native Histograms: support `native_histogram_min_bucket_factor` in scrape_config (#13222)
10 months ago
machine424 2f60177203
scrape_test.go: Increase scrape interval in TestScrapeLoopCache to reduce potential flakiness
11 months ago
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