Commit Graph

351 Commits (bwplotka-patch-3)

Author SHA1 Message Date
Artur Melanchyk 30112f6ed7
promtool: optimize labels slice allocation 11 months ago
Matthieu MOREL dd5ab743ea chore(deps): use version.PrometheusUserAgent 11 months ago
Giedrius Statkevičius 92218ecb9b promtool: add --ignore-unknown-fields 12 months ago
Arve Knudsen 5df6ea3042
promtool: Support linting of scrape interval (#15719) 12 months ago
Arve Knudsen f030894c2c
Fix issues raised by staticcheck (#15722) 12 months ago
Bryan Boreham 7b03796d0f
Scraping: stop storing discovered labels (#15261) 1 year ago
Ben Ye 40c3ba9fd4
fix promtool analyze block shows metric name with 0 cardinality (#15438) 1 year ago
Ben Ye 140f4aa9ae
feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
Aniket Kaulavkar 650abaccce Parallelize tests in cmd/promtool/ 1 year ago
🌲 Harry 🌊 John 🏔 f9bc50b247 storage: Implement limit in mergeGenericQuerier 1 year ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter 1 year ago
George Krajcsovits 1b4e7f74e6
feat(tools): add debug printouts to rules unit testing (#15196) 1 year ago
Alan Protasio c78d5b94af
Disallowing configure AM with the v1 api (#13883) 1 year ago
Yi 2cabd1b707
config: remove expand-external-labels flag in release 3.0 (#14657) 1 year ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 1 year ago
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 1 year ago
Alex Johnson be0f10054e Remove no-default-scrape-port featureFlag 1 year ago
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868) 1 year ago
Owen Williams 88bb05c3e8 utf8: enable utf-8 support by default 1 year ago
machine424 cc40b65ab4 fix(promtool): use the final database path for --sandbox-dir-root instead of the default value as it may be overridden 1 year ago
Charles Korn 4da551578c
Fix test broken by inclusion of `counter_reset_hint` 1 year ago
Suraj Patil 7757794bb3
[ENHANCEMENT] Promtool: Adding labels to time series while creating tsdb blocks (#14403) 1 year ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments 1 year ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1 1 year ago
Bryan Boreham 2936ab80d7 [Tests] Promtool: Sort output where Prometheus does not guarantee the order. 1 year ago
Kushal shukla fe12924638
promtool: JUnit-Format XML Test Results (#14506) 1 year ago
Seena Fallah f253d36361 rule: allow merging labels from group level 1 year ago
Bartlomiej Plotka a60e5ce362
[PRW 2.0] Added Sender and RW Handler support for Response Stats. (#14444) 1 year ago
Kartikay 978fce7d3b
flags: remove "promql-at-modifier" and "promql-negative-offset" feature flags 2 years ago
Zhang Zhanpeng debbdb8608 make matrix selection and lookback left-open and right-closed 2 years ago
Ben Ye 5a218708f1
tsdb: Extend compactor interface to allow compactions to create multiple output blocks (#14143) 2 years ago
beorn7 3127a4029e doc: Clarify the limits of dumping/backfilling via OpenMetrics 2 years ago
Oleksandr Redko f10c3454e9 Enable perfsprint linter and fix up code 2 years ago
Bryan Boreham 8fd96241ab test: add promqltest package references 2 years ago
Will Hegedus bd1878700b
promtool: Fix panic on extended tsdb analyze (#13976) 2 years ago
machine424 c5a1cc9148
chore(tsdb): add a sandboxDir to DBReadOnly, the directory can be used for transient file writes. 2 years ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 2 years ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter 2 years ago
komisan19 0249e080b4 refactor: utilize standard functions max/min 2 years ago
Artur Melanchyk 44dcf02c69
TSDB: make total lock-free by using atomic 2 years ago
David Leadbeater 7ec4a11472 promtool: Avoid using testify for user rule tests 2 years ago
heyitao c7ca85388f Fix yaml file format and clear ci errors 2 years ago
machine424 4b71f6ffc2
promtool: add a "tsdb dump-openmetrics" to dump in OpemMetrics format. 2 years ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2 years ago
Bryan Boreham eff3a13e19 model/textparse: parsers take a labels SymbolTable 2 years ago
Łukasz Mierzwa 5597020a60 Use github.com/klauspost/compress for gzip and zlib 2 years ago
Bryan Boreham 5a6c8f9c15 promtool: use go-cmp instead of DeepEqual 2 years ago
Bryan Boreham 39af788dbd Tests: use replacement DeepEquals using go-cmp 2 years ago
Paweł Szulik d5eb636a89 Refactor cmd tests to use testify. 2 years ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 2 years ago