Commit Graph

473 Commits (c7d4b53ec18156f990bae7ae6b56a75c74b2d00d)

Author SHA1 Message Date
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 4 months ago
beorn7 14bb63c467 promql: Fix counter reset detection in subqueries with histograms 5 months ago
Matthieu MOREL b472ce7010 chore: enable early-return from revive 5 months ago
Charles Korn 69ce0c24db
Fix issue 5 months ago
Neeraj Gartia 8be416a67c
[FIX] PromQL: Updates annotation for bin op between incompatible histograms (#15895) 5 months ago
Linas Medziunas 940016e002 promql: use histogram stats decoder for histogram_avg 5 months ago
machine424 9823a93c42
fix(main.go): avoid closing the query engine until it is guaranteed to no longer be in use. 6 months ago
Joel Beckmeyer 41dabfb464 fix topk/bottomk with numbers greater than int maxsize on 32-bit 6 months ago
TJ Hoplock 4d54c304f8 ref: make query logger more efficient by building list of attrs 7 months ago
TJ Hoplock e0104a6b7e ref: JSONFileLogger slog handler, add scrape.FailureLogger interface 7 months ago
Neeraj Gartia 38bb6ece25
[BUGFIX] PromQL: Fix behaviour of some aggregations with histograms (#15432) 7 months ago
TJ Hoplock 3e24e84172 fix!: stop unbounded memory usage from query log 7 months ago
beorn7 4b573e0521 promql: Fix subqueries to be really left-open 7 months ago
Neeraj Gartia 048222867a fix count_values for histograms 7 months ago
Charles Korn 62e6e55c07
promql: fix issues with comparison binary operations with `bool` modifier and native histograms (#15413) 7 months ago
Charles Korn 45db23617a
promql: fix incorrect "native histogram ignored in aggregation" annotations (#15414) 7 months ago
huochexizhan 4f48e76086 chore: fix some function names in comment 7 months ago
Neeraj Gartia 789c9b1a5e
[BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms (#15245) 8 months ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter 8 months ago
Joshua Hesketh 5a4e4f6936
Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941) 8 months ago
Arve Knudsen de16f5e387
[FEATURE] PromQL: Add experimental info function MVP (#14495) 8 months ago
Arve Knudsen e05e97cdd7 evaluator.rangeEval: Split out gatherVector method 8 months ago
Arve Knudsen f7b396a1dc promql.Engine: Refactor vector selector evaluation into a method (#14900) 9 months ago
Neeraj Gartia d4b1f9eb33
Corrects the behaviour of binary opperators between histogram and float (#14726) 9 months ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 9 months ago
Arve Knudsen c2bbabb4a7
promql.Engine: Refactor vector selector evaluation into a method (#14900) 9 months ago
Björn Rabenstein 1639450172 Merge pull request #14821 from charleskorn/nh-negative-multiplication-division 9 months ago
Joshua Hesketh b6107cc888
Make rate possible non-counter annotation consistent (#14910) 9 months ago
Charles Korn 9852855084
Implement unary negation for native histograms 10 months ago
Arve Knudsen db5e48dc33
promql.Engine.Close: No-op if nil (#14861) 10 months ago
Bryan Boreham abb0502685 [ENHANCEMENT] PromQL: Add detail to tracing spans 10 months ago
Bryan Boreham 8742077498 [BUGFIX] PromQL: pass Context so spans parent correctly 10 months ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477) 10 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments 10 months ago
cuiweiyuan 1800af54f0 chore: fix some function names 11 months ago
Arve Knudsen 0503d4f372 PromQL: Fix comment regarding non-nil histogram pointer 11 months ago
Charles Korn 82bb35fabb
Address PR feedback: fix typo and rename variable 11 months ago
George Krajcsovits 1d7fe4be5c Update promql/engine.go 11 months ago
György Krajcsovits 909785b97f Fix histogram pool poisoning bu chunkenc.Iterator 11 months ago
Charles Korn f91009aa2e
promql: clarify error message when panic occurs during query evaluation 11 months ago
George Krajcsovits 17b0b788da
Update promql/engine.go 11 months ago
Charles Korn 0f4bc87b4f
Make linter happy 11 months ago
Charles Korn f07b3ae67b
Fix issue where `avg` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results or panics 11 months ago
Charles Korn 5ee94f49a2
Fix issue where `sum` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results 11 months ago
György Krajcsovits 37c8c9257b Fix histogram pool poisoning bu chunkenc.Iterator 11 months ago
beorn7 c46074f4dd promql: make avg aggregation more precise and less expensive 12 months ago
Filip Petkovski acb6c1ae4b
Fix decoding buckets for native histograms in binops 12 months ago
beorn7 44d8c1d182 nit: add period at end of sentence 12 months ago
beorn7 9a837b7f3c promql: Make groupedAggregation.groupCount a float64 12 months ago
JuanJo Ciarlante c94c5b64c3
feat: add limitk() and limit_ratio() operators (#12503) 12 months ago