202 Commits (4283ae73dcc3439d851c227dc770310f20f24e40)

Author SHA1 Message Date
Bryan Boreham b8e5b7cda9 [REFACTOR] PromQL: remove label_join and label_replace stubs 2 months ago
Bryan Boreham 7f99d2930d [BUGFIX] PromQL: make sort_by_label stable 2 months ago
Jan Fajerski 96e5a94d29 promql: rename holt_winters to double_exponential_smoothing 2 months ago
Mario Fernandez 5814920601
Fix: optimize .* regexp performance 2 months ago
beorn7 2304be9dd5 promql: Improve the rate extrapolation explanation 3 months ago
Bryan Boreham 8742077498 [BUGFIX] PromQL: pass Context so spans parent correctly 3 months ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477) 3 months ago
suntala 8e82ac8d2b Add comments to the sort by label functions 3 months ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1 3 months ago
suntala fd2f44af7f Fall back to comparing by label set when sorting by label desc 3 months ago
suntala 94ad489328 Fall back to comparing by label set when sorting by label 3 months ago
Charles Korn 424cefcf5e
Fix "cannot reduce resolution to custom buckets schema" panic in `rate` over native histograms with mix of custom and exponential buckets 4 months ago
Charles Korn aadec25faf
promql: Fix issue where some native histogram-related annotations are not emitted by `rate` (#14575) 4 months ago
beorn7 cff0429b1a promql: make avg_over_time faster and more precise 5 months ago
beorn7 3a908d8e08 promql: Improve Kahan usage in avg_over_time 5 months ago
Charles Korn fd6bdf5230
Fix issue where summation of +/- infinity returns NaN instead of infinity 5 months ago
Bryan Boreham 2b0c87b1b6 test: turn TestKahanSum into scripted test 7 months ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 8 months ago
Jeanette Tan 4f2df329bd improve handling of empty buckets with infinite bounds in histogram std dev/var 8 months ago
Jeanette Tan 22d0f4f114 improve handling of negative bounds in histogram std dev/var 8 months ago
tdakkota 17e2c30754 promql: validate `label_join` destination label 8 months ago
tdakkota f6834c347a
promql: validate `label_join` destination label 8 months ago
beorn7 7f912db15a promql: Fix limiting of extrapolation to negative values 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
Bryan Boreham fdd5b85e06 promql: faster range-query of label_replace and label_join 10 months ago
Faustas Butkus 6feffeb92e
promql: add histogram_avg function (#13467) 10 months ago
Filip Petkovski a577a0a542
Fix last_over_time for native histograms 10 months ago
Bryan Boreham 74b73d1e2c
Labels: Add DropMetricName function, used in PromQL (#13446) 10 months ago
zenador a3ddfbd1ee
Add warnings for histogramRate applied with isCounter not matching counter/gauge histogram (#13392) 10 months ago
Ivan Babrou a6b35ff304
promql: use natural sort in sort_by_label and sort_by_label_desc (#13411) 10 months ago
Linas Medziunas 7319ad6a0b promql: simplify Native Histogram arithmetics 12 months ago
Jeanette Tan 9bf4cc993e Add mad_over_time function 12 months ago
beorn7 0eb0ca42c5 Update “conventional histogram” → “classic histogram” 12 months ago
Alexander Trost 5051a993ab promql: add sort_by_label and sort_by_label_desc functions 1 year ago
zenador ccfe14d7e7
PromQL: ignore small errors for bucketQuantile (#13153) 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
zenador 80e977aae6
Remove `NewPossibleNonCounterInfo` and minimise creating empty annotations (#13012) 1 year ago
Jeanette Tan 9a8bd8eac6 Fix possible non-counter warning for empty names and native histograms 1 year ago
Julius Volz 191c24a0ed Fix: Exempt "_bucket" suffix from PossibleNonCounterInfo warning (#12982) 1 year ago
Julius Volz 5c4652c914
Fix: Exempt "_bucket" suffix from PossibleNonCounterInfo warning (#12982) 1 year ago
Jeanette Tan 0cbf0c1c68 Revise according to code review 1 year ago
Jeanette Tan feaa93da77 Add warning when monotonicity is forced in the input to histogram_quantile 1 year ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 1 year ago
zenador 54aaa2bd7e
Add `histogram_stdvar` and `histogram_stddev` functions (#12614) 1 year ago
Ziqi Zhao 42d9169ba1 enhance histogram_quantile to get min/max value 1 year ago
Carrie Edwards bc0ee4a469 Implement native histogram min and max query functions 1 year ago
zenador 191bf9055b
Handle more arithmetic operators for native histograms (#12262) 2 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago