Commit Graph

458 Commits (ab97c9e09fe74cb57312b4922b9069f28e9ef1b8)

Author SHA1 Message Date
TJ Hoplock ab97c9e09f fix!: stop unbounded memory usage from query log
5 days ago
Björn Rabenstein e8003cb347
Merge pull request #15417 from huochexizhan/main
6 days ago
Björn Rabenstein 4ef1170868
Merge pull request #15422 from NeerajGartia21/promql-corrections
6 days ago
Neeraj Gartia 048222867a fix count_values for histograms
7 days ago
Charles Korn 62e6e55c07
promql: fix issues with comparison binary operations with `bool` modifier and native histograms (#15413)
1 week ago
Charles Korn 45db23617a
promql: fix incorrect "native histogram ignored in aggregation" annotations (#15414)
1 week ago
huochexizhan 4f48e76086 chore: fix some function names in comment
1 week ago
Neeraj Gartia 789c9b1a5e
[BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms (#15245)
2 weeks ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter
3 weeks ago
Jan Fajerski 38fd48e6b5 v2.55.0
1 month ago
Bryan Boreham 754c104a3e
Merge pull request #15173 from prometheus/merge-2.55-into-main-3
1 month ago
Bryan Boreham a846bf9a5e Merge branch 'release-2.55' into merge-2.55-into-main-3
1 month ago
Joshua Hesketh 5a4e4f6936
Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941)
1 month ago
Arve Knudsen de16f5e387
[FEATURE] PromQL: Add experimental info function MVP (#14495)
1 month ago
Arve Knudsen e05e97cdd7 evaluator.rangeEval: Split out gatherVector method
1 month ago
Arve Knudsen f7b396a1dc promql.Engine: Refactor vector selector evaluation into a method (#14900)
1 month ago
Neeraj Gartia d4b1f9eb33
Corrects the behaviour of binary opperators between histogram and float (#14726)
1 month ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log
2 months ago
Arve Knudsen c2bbabb4a7
promql.Engine: Refactor vector selector evaluation into a method (#14900)
2 months ago
Björn Rabenstein 1639450172 Merge pull request #14821 from charleskorn/nh-negative-multiplication-division
2 months ago
Joshua Hesketh b6107cc888
Make rate possible non-counter annotation consistent (#14910)
2 months ago
Jan Fajerski 91608c002f Merge branch 'main' into release-3.0-beta.0
3 months ago
Björn Rabenstein 8114f9a281
Merge pull request #14821 from charleskorn/nh-negative-multiplication-division
3 months ago
Jan Fajerski fa318711f4 Merge branch 'main' into 3.0-main-sync-24-09-09
3 months ago
Charles Korn 9852855084
Implement unary negation for native histograms
3 months ago
Arve Knudsen db5e48dc33
promql.Engine.Close: No-op if nil (#14861)
3 months ago
Jan Fajerski fe4289b502 Merge branch 'main' into HEAD
3 months ago
Bryan Boreham 485523eed2
Merge pull request #14816 from bboreham/improve-promql-tracing
3 months ago
Bryan Boreham abb0502685 [ENHANCEMENT] PromQL: Add detail to tracing spans
3 months ago
Bryan Boreham 8742077498 [BUGFIX] PromQL: pass Context so spans parent correctly
3 months ago
Arve Knudsen 5dfbcc390e Merge remote-tracking branch 'prometheus/main' into arve/close-engine
3 months ago
Jan Fajerski 00315ce15e Merge branch 'main' into 3.0-main-sync-24-08-30
3 months ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477)
3 months ago
Arve Knudsen c9a460d570 Merge remote-tracking branch 'prometheus/main' into arve/close-engine
3 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments
3 months ago
Jan Fajerski 5138922b0d Merge branch 'main' into 3.0-main-sync-24-08-21
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
Charles Korn 52818a97e2
Merge branch 'main' into sum-and-avg-over-mixed-custom-exponential-histograms
3 months ago
Björn Rabenstein c2bc6cfe97
Merge pull request #14621 from charleskorn/panic-message
3 months ago
Arve Knudsen 0503d4f372 PromQL: Fix comment regarding non-nil histogram pointer
4 months ago
Charles Korn f992f81bd0
Merge branch 'main' into sum-and-avg-over-mixed-custom-exponential-histograms
4 months ago
Charles Korn 82bb35fabb
Address PR feedback: fix typo and rename variable
4 months ago
Charles Korn f91009aa2e
promql: clarify error message when panic occurs during query evaluation
4 months ago
Björn Rabenstein 27579c9148
Merge pull request #14605 from krajorama/fix-staleness-pool-corrupt
4 months ago
George Krajcsovits 17b0b788da
Update promql/engine.go
4 months ago
Charles Korn 0f4bc87b4f
Make linter happy
4 months ago
Charles Korn f07b3ae67b
Fix issue where `avg` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results or panics
4 months ago
Charles Korn 5ee94f49a2
Fix issue where `sum` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results
4 months ago
Björn Rabenstein ee5bba07c0
Merge pull request #14413 from prometheus/beorn7/promql
4 months ago