1139 Commits (a44db5f7842a7b3e82687f6fb8d87076a493d858)

Author SHA1 Message Date
Alex Greenbank 421a3c22ea
scrape: provide a fallback format (#15136) 1 month ago
Joshua Hesketh 14ef1ce8ab Round function should ignore native histograms 1 month ago
Joshua Hesketh 5a4e4f6936
Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941) 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
George Krajcsovits 522149a2ae
model: move classic NHCB conversion into its own file (#15156) 1 month ago
Fiona Liao 8650d25804
Add additional basic nhcb unit tests (#15086) 1 month ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 2 months ago
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2 months ago
György Krajcsovits b5479831b8 Unit test for regression in rate vs float and histogram mixup 2 months ago
Manik Rana f1c57a95ed
change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 2 months ago
Bryan Boreham b8e5b7cda9 [REFACTOR] PromQL: remove label_join and label_replace stubs 2 months ago
Neeraj Gartia 8aef821e10 eval_info command 2 months ago
Bryan Boreham 7f99d2930d [BUGFIX] PromQL: make sort_by_label stable 2 months ago
Jeanette Tan 4503145c8b convert classic histograms to int nhcb where possible instead 2 months ago
Jeanette Tan 62e7f0438d implement basic conversion of classic to nhcb in scrape 2 months ago
Arve Knudsen c2bbabb4a7
promql.Engine: Refactor vector selector evaluation into a method (#14900) 2 months ago
Manik Rana 3fba6bcdfa chore: remove unused code 2 months ago
Jan Fajerski 96e5a94d29 promql: rename holt_winters to double_exponential_smoothing 2 months ago
Björn Rabenstein 1639450172 Merge pull request #14821 from charleskorn/nh-negative-multiplication-division 2 months ago
beorn7 6fcd225aee promql(native histograms): Introduce exponential interpolation 2 months ago
Jan Fajerski 15cea39136 promql: put holt_winters behind experimental feature flag 2 months ago
Joshua Hesketh b6107cc888
Make rate possible non-counter annotation consistent (#14910) 2 months ago
Mario Fernandez 5814920601
Fix: optimize .* regexp performance 2 months ago
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868) 2 months ago
Charles Korn e8c7482137
Return negative counts when multiplied or divided by a negative value 2 months ago
Charles Korn 2bdb3452d1
Modify parser for native histograms to allow negative values where supported 2 months ago
Charles Korn 9852855084
Implement unary negation for native histograms 2 months ago
Arve Knudsen db5e48dc33
promql.Engine.Close: No-op if nil (#14861) 2 months ago
Jan Fajerski befcfadf78 Fix merge conflicts 3 months ago
Charles Korn 113de6301c
Add failing test cases for unary negation and multiplication and division with negative scalars 3 months ago
Charles Korn 9b451abec7
Make positive and negative bucket counts different in existing test cases 3 months ago
Charles Korn 90dc1b45db
promqltest: use test expression format for histograms in assertion failure messages 3 months ago
Charles Korn e67358d203
histogram: include counter reset hint in test expression output 3 months ago
beorn7 2304be9dd5 promql: Improve the rate extrapolation explanation 3 months ago
Bryan Boreham abb0502685 [ENHANCEMENT] PromQL: Add detail to tracing spans 3 months ago
Bryan Boreham 54989ce6fd PromQL: add short string method 3 months ago
Bryan Boreham 8742077498 [BUGFIX] PromQL: pass Context so spans parent correctly 3 months ago
Jan Fajerski 956245b25b promqltest: adjust eval times and range selector 3 months ago
Neeraj Gartia 8c7bf39d96
Moves TestNativeHistogram_MulDivOperator to promql testing framework (#14688) 3 months ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477) 3 months ago
Owen Williams 9da75328ea
fix(utf8): ensure correct validation when legacy mode turned on (#14736) 3 months ago
Ziqi Zhao 87eab0aaad fix golang lint 3 months ago
Ziqi Zhao c7c4a5c347 add helper function to compare native histograms in testing 3 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments 3 months ago
Jan Fajerski 7c8c748399 promql tests: adjust range query intervals 3 months ago
Ziqi Zhao 8f828d45c1 convert TestNativeHistogram_Sum_Count_Add_AvgOperator into testing framework 3 months ago
suntala 8e82ac8d2b Add comments to the sort by label functions 3 months ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1 3 months ago