Commit Graph

13461 Commits (0f760f63dd5137ad406e0bc9f08676898e04ac97)
 

Author SHA1 Message Date
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments
3 months ago
Bryan Boreham 95b3c49836
[TESTS] remote-write: fix slice init length (#14702)
3 months ago
Björn Rabenstein 0a00d21cff
Merge pull request #14673 from machine424/docdoccc
3 months ago
Arve Knudsen a36d1a8a92
Merge pull request #14707 from aknuds1/arve/upgradegolangci-lint
3 months ago
Arve Knudsen fbcd50f32c Upgrade golangci-lint to v1.60.2
3 months ago
Arve Knudsen 7cfe0b1567
Merge pull request #14706 from aknuds1/arve/otlp-invalid-histograms
3 months ago
Arve Knudsen b50c5d42fe OTLP receiver: Warn when encountering invalid exponential histograms
3 months ago
Bryan Boreham 9a74d53935
[BUGFIX] TSDB: Fix query overlapping in-order and ooo head (#14693)
3 months ago
Björn Rabenstein 7fad1ec8ee
Merge pull request #14655 from suntala/suntala/sort-by-label-enhancement
3 months ago
cuishuang 2110661121 fix: fix slice init length
3 months ago
suntala 8e82ac8d2b Add comments to the sort by label functions
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
machine424 88cac6fb49
docs(configuration.md): clarify the explanations about some temp labels and format for better visibility.
3 months ago
Julien 481d718539
Merge pull request #14661 from prymitive/TestHangingNotifier
3 months ago
Julien 82c4599ebe
Merge pull request #14690 from harshitasao/fix-vulnerability
3 months ago
Arve Knudsen b914a9b580
Merge pull request #14691 from aknuds1/arve/upgrade-golangci-lint
3 months ago
Arve Knudsen 250aa5031d Remove empty line
3 months ago
Arve Knudsen ee47150646
Update web/web.go
3 months ago
Arve Knudsen 4023c2405a
Update web/web.go
3 months ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1
3 months ago
harshitasao 3b0a386c62 fix: fixed the vulnerability
3 months ago
Ganesh Vernekar e86e4ed87f
Merge pull request #14490 from ywwg/owilliams/utf8-02-upstream
3 months ago
Owen Williams 9e7308de38 feat(utf8): utf8 content negotation and flags
3 months ago
Bryan Boreham 87dccb1d1b
Merge pull request #14649 from machine424/ftest
3 months ago
Arve Knudsen 66388f706a
Merge pull request #14042 from aknuds1/arve/wlog-histograms
3 months ago
Björn Rabenstein 1daf7cdd62
Merge pull request #14626 from cuiweiyuan/main
3 months ago
cuiweiyuan 1800af54f0 chore: fix some function names
3 months ago
Arve Knudsen b5d13a1ab5 Merge remote-tracking branch 'prometheus/main' into arve/wlog-histograms
3 months ago
Bryan Boreham d1ea6eb35d
Merge pull request #14354 from bboreham/ooo-head-together
3 months ago
Bryan Boreham 512c67ec26 TSDB: Never go over maximum number of OOO chunks
3 months ago
Bryan Boreham 9135da1e4f TSDB: Review feedback
3 months ago
Bryan Boreham 7ffd3ca280 TSDB: Cosmetic: move HeadAndOOO implementations where old code was
3 months ago
Bryan Boreham e95607b276 TSDB: Lock round access to labels, where necessary
3 months ago
Bryan Boreham 26b3de0438 TSDB: Remove OOOHeadIndexReader
3 months ago
Bryan Boreham a299c7b6d6 TSDB: Remove OOOHeadChunkReader
3 months ago
Bryan Boreham e7e50a3afd TSDB: Remove code for querying OOO-head only
3 months ago
Bryan Boreham 0a2ff76881 TSDB tests: Fix up BenchmarkQueries
3 months ago
Björn Rabenstein 9849418fac
Merge pull request #14611 from charleskorn/sum-and-avg-over-mixed-custom-exponential-histograms
3 months ago
suntala ce4eac859a Link to specific feature flag entry
3 months ago
Bryan Boreham f261597944 TSDB: Fix up LabelValues to work for OOO-only head
3 months ago
Bryan Boreham 6529d6336c TSDB: NewHeadAndOOOChunkReader takes headChunkReader
3 months ago
Bryan Boreham e04d137649 [PERF] TSDB: Query head and ooo-head together
3 months ago
Bryan Boreham 2936ab80d7 [Tests] Promtool: Sort output where Prometheus does not guarantee the order.
3 months ago
Bryan Boreham da31da3ea6 Refactor: extract selectSeriesSet and selectChunkSeriesSet
3 months ago
Bryan Boreham 7e24844d08 Refactor: extract headChunkReader.chunkFromSeries()
3 months ago
Bryan Boreham a32aca0cd7 Refactoring: extract getOOOSeriesChunks
3 months ago
Bryan Boreham c75c8f8329 Refactoring: extract getSeriesChunks
3 months ago
Bryan Boreham 0c852680bf [Benchmark] TSDB: Add BenchmarkQuerierSelectWithOutOfOrder
3 months ago
George Krajcsovits ff0a1e5e11
Merge pull request #14671 from krajorama/prep-ooo-native-histograms
3 months ago