Commit Graph

1233 Commits (aee78bdb319fb8c99d294bfe1ddec00bac99b511)

Author SHA1 Message Date
co63oc 0e4e5a71bd
Fix typos (#16076) 1 year ago
Charles Korn 8356990709
promql: fix double quoting in invalid label name error from `count_values` (#16054) 1 year ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 1 year ago
Charles Korn 0964b6e584
promql: emit correct annotation in `quantile_over_time` when run over a range with histograms and floats 1 year ago
beorn7 14bb63c467 promql: Fix counter reset detection in subqueries with histograms 1 year ago
beorn7 6518941d73 promql: Expose problem with histogram counter resets in subquery 1 year ago
Matthieu MOREL b472ce7010 chore: enable early-return from revive 1 year ago
Neeraj Gartia 20371118b6
[FIX] PromQL: Ignore histograms in `scalar`, `sort` and `sort_desc` functions (#15964) 1 year ago
Joshua Hesketh 5a5fdea7ad
Fix duplicate output vector if delayed name removal is disabled (#15975) 1 year ago
Joshua Hesketh 5be3197701 Update the test to invalid utf-8 1 year ago
Joshua Hesketh e4037b3ec3 Allow UTF-8 labels in label_replace 1 year ago
Charles Korn 69ce0c24db
Fix issue 1 year ago
Charles Korn 2fc6ba1c94
Expand `TestInstantQueryWithRangeVectorSelector` to include histograms 1 year ago
Charles Korn 026d0198d5
Add unit tests 1 year ago
Neeraj Gartia 8be416a67c
[FIX] PromQL: Updates annotation for bin op between incompatible histograms (#15895) 1 year ago
Neeraj Gartia 130cd024e0
[FEATURE] PromQL: Implements `idelta` and `irate` with histograms (#15853) 1 year ago
beorn7 9f6c1d9cd3 promqltest: Small formatting improvement for native histograms 1 year ago
beorn7 2581c7d057 promql: fix rate calculation with a counter reset after the 1st histogram 1 year ago
Neeraj Gartia b9fcc81695 adds tests for timestamp() 1 year ago
Neeraj Gartia 21afc0beb4 adds tests for sum_over_time and avg_over_time 1 year ago
György Krajcsovits 9097f8f4e7 test(promql): some functions silently ignore native histograms 1 year ago
Linas Medziunas 940016e002 promql: use histogram stats decoder for histogram_avg 1 year ago
Joshua Hesketh 665d1ba0cc
Ensure metric name is present on histogram_quantile annotations (#15828) 1 year ago
Mikel Olasagasti Uranga 9258e40589
parser: fix non-constant format string call (#15835) 1 year ago
Fiona Liao f46b984dd1
Add additional incompatible nhcb schemas tests for functions and comparison operators (#15813) 1 year ago
Owen Williams 47563d942e parser: fix misleading error message in grouping processing 1 year ago
Arve Knudsen f030894c2c
Fix issues raised by staticcheck (#15722) 1 year ago
Neeraj Gartia b3e30d52ce
[BUGFIX] PromQL: Fix `<aggr_over_time>` functions with histograms (#15711) 1 year ago
Fiona Liao 9d6f88cb73
Add additional tests for operators over incompatible nhcb (#15787) 1 year ago
beorn7 d9a80a91e3 docs: Document eval_warn and eval_info 1 year ago
beorn7 7687661453 promqltest: make eval_ordered ignore annotations 1 year ago
machine424 9823a93c42
fix(main.go): avoid closing the query engine until it is guaranteed to no longer be in use. 1 year ago
beorn7 f7373a1f91 PromQL: improve some test comments 1 year ago
Neeraj Gartia 8d5236f927
PromQL: Adds tests for `delta` with histograms (#15674) 1 year ago
Neeraj Gartia 0e99ca3e8c
[BUGFIX] PromQL: Fix `deriv`, `predict_linear` and `double_exponential_smoothing` with histograms (#15686) 1 year ago
Joel Beckmeyer 41dabfb464 fix topk/bottomk with numbers greater than int maxsize on 32-bit 1 year ago
Neeraj Gartia 9009724c5b
[BUGFIX] PromQL: Adds test for `absent`, `absent_over_time` and `deriv` func with histograms (#15667) 1 year ago
beorn7 ebfa1dd822 promql: Purge Holt-Winters from a doc comment 2 years ago
Achille Roussel b0e7de154e promqltest: allow running tests with custom storage implementation 2 years ago
Owen Williams 8d4bcd2c77 promql: Fix various UTF-8 bugs related to quoting 2 years ago
Neeraj Gartia 7fd3b13bd2
[TEST] PromQL: Adds tests with histograms for simple functions (#15488) 2 years ago
Neeraj Gartia 4aeed2c4b1 fix resets function for histograms 2 years ago
TJ Hoplock 53eb1fe71f test: make promql engine_test use files to exercise query logger 2 years ago
TJ Hoplock 4d54c304f8 ref: make query logger more efficient by building list of attrs 2 years ago
TJ Hoplock e0104a6b7e ref: JSONFileLogger slog handler, add scrape.FailureLogger interface 2 years ago
Neeraj Gartia 0de340c1b4 ignore histogram in dateWrapper 2 years ago
Neeraj Gartia 36e0897f0f
[BUGFIX] PromQL: Fix behaviour of `changes()` for mix of histograms and floats (#15469) 2 years ago
Joshua Hesketh 8e3301eb44
Export quantile functions (#15190) 2 years ago
beorn7 a44c449155 promql: Add NaN tests for avg and avg_over_time 2 years ago
Neeraj Gartia 38bb6ece25
[BUGFIX] PromQL: Fix behaviour of some aggregations with histograms (#15432) 2 years ago