Commit Graph

461 Commits (bwplotka-patch-2)

Author SHA1 Message Date
Neeraj Gartia 38bb6ece25
[BUGFIX] PromQL: Fix behaviour of some aggregations with histograms (#15432) 1 year ago
TJ Hoplock 3e24e84172 fix!: stop unbounded memory usage from query log 1 year ago
beorn7 4b573e0521 promql: Fix subqueries to be really left-open 1 year ago
Neeraj Gartia 048222867a fix count_values for histograms 1 year ago
Charles Korn 62e6e55c07
promql: fix issues with comparison binary operations with `bool` modifier and native histograms (#15413) 1 year ago
Charles Korn 45db23617a
promql: fix incorrect "native histogram ignored in aggregation" annotations (#15414) 1 year ago
huochexizhan 4f48e76086 chore: fix some function names in comment 1 year ago
Neeraj Gartia 789c9b1a5e
[BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms (#15245) 1 year ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter 1 year ago
Joshua Hesketh 5a4e4f6936
Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941) 1 year ago
Arve Knudsen de16f5e387
[FEATURE] PromQL: Add experimental info function MVP (#14495) 1 year ago
Arve Knudsen e05e97cdd7 evaluator.rangeEval: Split out gatherVector method 1 year ago
Arve Knudsen f7b396a1dc promql.Engine: Refactor vector selector evaluation into a method (#14900) 1 year ago
Neeraj Gartia d4b1f9eb33
Corrects the behaviour of binary opperators between histogram and float (#14726) 1 year ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 1 year ago
Arve Knudsen c2bbabb4a7
promql.Engine: Refactor vector selector evaluation into a method (#14900) 1 year ago
Björn Rabenstein 1639450172 Merge pull request #14821 from charleskorn/nh-negative-multiplication-division 1 year ago
Joshua Hesketh b6107cc888
Make rate possible non-counter annotation consistent (#14910) 1 year ago
Charles Korn 9852855084
Implement unary negation for native histograms 1 year ago
Arve Knudsen db5e48dc33
promql.Engine.Close: No-op if nil (#14861) 1 year ago
Bryan Boreham abb0502685 [ENHANCEMENT] PromQL: Add detail to tracing spans 1 year ago
Bryan Boreham 8742077498 [BUGFIX] PromQL: pass Context so spans parent correctly 1 year ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477) 1 year ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments 1 year ago
cuiweiyuan 1800af54f0 chore: fix some function names 1 year ago
Arve Knudsen 0503d4f372 PromQL: Fix comment regarding non-nil histogram pointer 1 year ago
Charles Korn 82bb35fabb
Address PR feedback: fix typo and rename variable 1 year ago
George Krajcsovits 1d7fe4be5c Update promql/engine.go 1 year ago
György Krajcsovits 909785b97f Fix histogram pool poisoning bu chunkenc.Iterator 1 year ago
Charles Korn f91009aa2e
promql: clarify error message when panic occurs during query evaluation 1 year ago
George Krajcsovits 17b0b788da
Update promql/engine.go 1 year ago
Charles Korn 0f4bc87b4f
Make linter happy 1 year ago
Charles Korn f07b3ae67b
Fix issue where `avg` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results or panics 1 year ago
Charles Korn 5ee94f49a2
Fix issue where `sum` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results 1 year ago
György Krajcsovits 37c8c9257b Fix histogram pool poisoning bu chunkenc.Iterator 1 year ago
beorn7 c46074f4dd promql: make avg aggregation more precise and less expensive 1 year ago
Filip Petkovski acb6c1ae4b
Fix decoding buckets for native histograms in binops 1 year ago
beorn7 44d8c1d182 nit: add period at end of sentence 2 years ago
beorn7 9a837b7f3c promql: Make groupedAggregation.groupCount a float64 2 years ago
JuanJo Ciarlante c94c5b64c3
feat: add limitk() and limit_ratio() operators (#12503) 2 years ago
Zhang Zhanpeng debbdb8608 make matrix selection and lookback left-open and right-closed 2 years ago
Filip Petkovski 6e68046c25
Implement histogram statistics decoder (#14097) 2 years ago
Arve Knudsen 0cc99e677a promql.Engine: Add Close method 2 years ago
Charles Korn 0e934dba8e
Capture timing information while sorting 2 years ago
Charles Korn 036c87223c
Ensure series in matrix values returned for instant queries are always sorted 2 years ago
Bryan Boreham ea82b49c33 [ENHANCEMENT] PromQL: use Kahan summation for sum() 2 years ago
Bryan Boreham e7c77f7b40 promql: export NewTestQuery 2 years ago
Arve Knudsen a25160e6a4
[REFACTOR] PromQL: simplify rangeEvalTimestampFunctionOverVectorSelector (#14021) 2 years ago
Bryan Boreham 12961c6a37 promql: refactor: eliminate one 'else' 2 years ago
Bryan Boreham 0ac927515b promql: move group-seen into group struct 2 years ago