Commit Graph

208 Commits (140f4aa9aed6674c582dc603431a4aaa0c702cb7)

Author SHA1 Message Date
Bryan Boreham 6979b237b9 Merge branch 'release-2.55' into merge-2.55-into-main2
3 weeks ago
Ben Ye b7aca45de7 fix round function ignoring enableDelayedNameRemoval feature flag
4 weeks ago
Jan Fajerski 38fd48e6b5 v2.55.0
1 month ago
Björn Rabenstein 7c7116fea8
Merge pull request #15176 from jhesketh/jhesketh/round
1 month ago
Joshua Hesketh 14ef1ce8ab Round function should ignore native histograms
1 month ago
Bryan Boreham a846bf9a5e Merge branch 'release-2.55' into merge-2.55-into-main-3
1 month ago
Arve Knudsen de16f5e387
[FEATURE] PromQL: Add experimental info function MVP (#14495)
1 month ago
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
Björn Rabenstein d2b659540e
Merge pull request #14819 from prometheus/beorn7/doc
3 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
Björn Rabenstein 7fad1ec8ee
Merge pull request #14655 from suntala/suntala/sort-by-label-enhancement
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
4 months ago
suntala 94ad489328 Fall back to comparing by label set when sorting by label
4 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
Björn Rabenstein ee5bba07c0
Merge pull request #14413 from prometheus/beorn7/promql
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
Ganesh Vernekar 3d54bcc018
Merge pull request #14362 from charleskorn/charleskorn/sum-infinity
5 months ago
Charles Korn fd6bdf5230
Fix issue where summation of +/- infinity returns NaN instead of infinity
5 months ago
Jeanette Tan f028496133 Merge branch 'main' into nhcb
6 months ago
Bryan Boreham 2b0c87b1b6 test: turn TestKahanSum into scripted test
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
György Krajcsovits 2a4aa085d2 Merge branch 'main' into nhcb
8 months ago
Björn Rabenstein b9a2a4e329
Merge pull request #13852 from prometheus/fix-hist-std-dev-var-negative
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
György Krajcsovits a3d1a46eda Merge branch 'main' into nhcb
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
Björn Rabenstein 9187bcbdd5
Merge pull request #13536 from bboreham/faster-label-replace
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
Björn Rabenstein bfbb13cf36
Merge pull request #13267 from linasm/simplify-native-histogram-math
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
1 year ago