Commit Graph

1150 Commits (26886d6d95fbf290df1526cc2a51355da611f8be)

Author SHA1 Message Date
zenador e13c28bd4a
Use a function to determine if an aggregation function is experimental (#15331)
1 week ago
Neeraj Gartia 789c9b1a5e
[BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms (#15245)
2 weeks ago
Joshua Hesketh ed2668bbda
Merge branch 'main' into jhesketh/clamp
2 weeks ago
Bartlomiej Plotka 76432aaf4e
Merge pull request #15220 from prometheus/nhcb-scrape-optimize
2 weeks ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter
3 weeks ago
Bryan Boreham 6979b237b9 Merge branch 'release-2.55' into merge-2.55-into-main2
3 weeks ago
Ben Ye b7aca45de7 fix round function ignoring enableDelayedNameRemoval feature flag
3 weeks ago
György Krajcsovits eafe72a0d0 perf(nhcb): optimize away most allocations in convertnhcb
4 weeks ago
Jan Fajerski 38fd48e6b5 v2.55.0
4 weeks ago
Björn Rabenstein 7c7116fea8
Merge pull request #15176 from jhesketh/jhesketh/round
1 month ago
Alex Greenbank 421a3c22ea
scrape: provide a fallback format (#15136)
1 month ago
Bryan Boreham 754c104a3e
Merge pull request #15173 from prometheus/merge-2.55-into-main-3
1 month ago
Joshua Hesketh 14ef1ce8ab Round function should ignore native histograms
1 month ago
Bryan Boreham a846bf9a5e Merge branch 'release-2.55' into merge-2.55-into-main-3
1 month ago
Joshua Hesketh 5a4e4f6936
Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941)
1 month ago
Arve Knudsen de16f5e387
[FEATURE] PromQL: Add experimental info function MVP (#14495)
1 month ago
Arve Knudsen e05e97cdd7 evaluator.rangeEval: Split out gatherVector method
1 month ago
Joshua Hesketh 31d19381f6 Clamp functions should ignore native histograms
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)
2 months 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
Björn Rabenstein 199d2fb492
Merge pull request #14989 from NeerajGartia21/eval_info
2 months ago
Björn Rabenstein 78f792135c
Merge pull request #15025 from prometheus/notreset-bug
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
Arve Knudsen c2bbabb4a7
promql.Engine: Refactor vector selector evaluation into a method (#14900)
2 months ago
Arthur Silva Sens 6bcb064d93
Merge pull request #14950 from Maniktherana/fuzz-om-minor-change
2 months ago
Manik Rana 3fba6bcdfa chore: remove unused code
2 months ago
Björn Rabenstein 5b9148e552
Merge pull request #14820 from charleskorn/promqltest-native-histogram-format
2 months ago
Björn Rabenstein df9916ef66
Merge pull request #14677 from prometheus/beorn7/histogram
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
Jan Fajerski 91608c002f Merge branch 'main' into release-3.0-beta.0
2 months ago
Björn Rabenstein 8114f9a281
Merge pull request #14821 from charleskorn/nh-negative-multiplication-division
2 months ago
Jan Fajerski fa318711f4 Merge branch 'main' into 3.0-main-sync-24-09-09
3 months ago
Charles Korn e8c7482137
Return negative counts when multiplied or divided by a negative value
3 months ago
Charles Korn 2bdb3452d1
Modify parser for native histograms to allow negative values where supported
3 months ago
Charles Korn 9852855084
Implement unary negation for native histograms
3 months ago
Arve Knudsen db5e48dc33
promql.Engine.Close: No-op if nil (#14861)
3 months ago