Commit Graph

482 Commits (8b0d33e5b20475318a1a72857ed8a9947b13e1aa)

Author SHA1 Message Date
Neeraj Gartia 8b0d33e5b2
promql: support variable scalar parameter in aggregations in range queries (#16404) 7 months ago
Charles Korn 2c0f02a702
promql: don't emit a value from `histogram_fraction` or `histogram_quantile` if classic and native histograms are present at the same timestamp 7 months ago
Arve Knudsen e7e3ab2824
Fix linting issues found by golangci-lint v2.0.2 (#16368) 8 months ago
Michael Hoffmann d6d9f97bac
promql: histogram_fraction for bucket histograms (#16095) 8 months ago
Julien Pivotto 2f6ad79edf Move calculation to the engine 9 months ago
Neeraj Gartia 9084c5247f fix subquery bug 9 months ago
Charles Korn 8356990709
promql: fix double quoting in invalid label name error from `count_values` (#16054) 10 months ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 10 months ago
beorn7 14bb63c467 promql: Fix counter reset detection in subqueries with histograms 10 months ago
Matthieu MOREL b472ce7010 chore: enable early-return from revive 10 months ago
Charles Korn 69ce0c24db
Fix issue 10 months ago
Neeraj Gartia 8be416a67c
[FIX] PromQL: Updates annotation for bin op between incompatible histograms (#15895) 11 months ago
Linas Medziunas 940016e002 promql: use histogram stats decoder for histogram_avg 11 months ago
machine424 9823a93c42
fix(main.go): avoid closing the query engine until it is guaranteed to no longer be in use. 12 months ago
Joel Beckmeyer 41dabfb464 fix topk/bottomk with numbers greater than int maxsize on 32-bit 1 year ago
TJ Hoplock 4d54c304f8 ref: make query logger more efficient by building list of attrs 1 year ago
TJ Hoplock e0104a6b7e ref: JSONFileLogger slog handler, add scrape.FailureLogger interface 1 year ago
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