Commit Graph

187 Commits (ee5bba07c003af88d233083cdd65ac6d064b5b82)

Author SHA1 Message Date
Charles Korn aadec25faf
promql: Fix issue where some native histogram-related annotations are not emitted by `rate` (#14575) 1 year ago
beorn7 cff0429b1a promql: make avg_over_time faster and more precise 1 year ago
beorn7 3a908d8e08 promql: Improve Kahan usage in avg_over_time 1 year ago
Charles Korn fd6bdf5230
Fix issue where summation of +/- infinity returns NaN instead of infinity 1 year ago
Bryan Boreham 2b0c87b1b6 test: turn TestKahanSum into scripted test 2 years ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 2 years ago
Jeanette Tan 4f2df329bd improve handling of empty buckets with infinite bounds in histogram std dev/var 2 years ago
Jeanette Tan 22d0f4f114 improve handling of negative bounds in histogram std dev/var 2 years ago
tdakkota 17e2c30754 promql: validate `label_join` destination label 2 years ago
tdakkota f6834c347a
promql: validate `label_join` destination label 2 years ago
beorn7 7f912db15a promql: Fix limiting of extrapolation to negative values 2 years ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2 years ago
György Krajcsovits 5d0a0a7542 Add custom buckets to native histogram model (#13592) 2 years ago
Bryan Boreham fdd5b85e06 promql: faster range-query of label_replace and label_join 2 years ago
Faustas Butkus 6feffeb92e
promql: add histogram_avg function (#13467) 2 years ago
Filip Petkovski a577a0a542
Fix last_over_time for native histograms 2 years ago
Bryan Boreham 74b73d1e2c
Labels: Add DropMetricName function, used in PromQL (#13446) 2 years ago
zenador a3ddfbd1ee
Add warnings for histogramRate applied with isCounter not matching counter/gauge histogram (#13392) 2 years ago
Ivan Babrou a6b35ff304
promql: use natural sort in sort_by_label and sort_by_label_desc (#13411) 2 years ago
Linas Medziunas 7319ad6a0b promql: simplify Native Histogram arithmetics 2 years ago
Jeanette Tan 9bf4cc993e Add mad_over_time function 2 years ago
beorn7 0eb0ca42c5 Update “conventional histogram” → “classic histogram” 2 years ago
Alexander Trost 5051a993ab promql: add sort_by_label and sort_by_label_desc functions 2 years ago
zenador ccfe14d7e7
PromQL: ignore small errors for bucketQuantile (#13153) 2 years ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 2 years ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926) 2 years ago
zenador 80e977aae6
Remove `NewPossibleNonCounterInfo` and minimise creating empty annotations (#13012) 2 years ago
Jeanette Tan 9a8bd8eac6 Fix possible non-counter warning for empty names and native histograms 2 years ago
Julius Volz 191c24a0ed Fix: Exempt "_bucket" suffix from PossibleNonCounterInfo warning (#12982) 2 years ago
Julius Volz 5c4652c914
Fix: Exempt "_bucket" suffix from PossibleNonCounterInfo warning (#12982) 2 years ago
Jeanette Tan 0cbf0c1c68 Revise according to code review 2 years ago
Jeanette Tan feaa93da77 Add warning when monotonicity is forced in the input to histogram_quantile 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
zenador 54aaa2bd7e
Add `histogram_stdvar` and `histogram_stddev` functions (#12614) 2 years ago
Ziqi Zhao 42d9169ba1 enhance histogram_quantile to get min/max value 2 years ago
Carrie Edwards bc0ee4a469 Implement native histogram min and max query functions 2 years ago
zenador 191bf9055b
Handle more arithmetic operators for native histograms (#12262) 3 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 3 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 3 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
beorn7 817a2396cb Name float values as "floats", not as "values" 3 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 3 years ago
Bryan Boreham b987afa7ef labels: simplify call to get Labels from Builder 3 years ago
Trevor Whitney dd94ebb87b
promql: set CounterResetHint after rate and sum 3 years ago
Bryan Boreham 56fefcd812 Update package promql for new labels.Labels type 3 years ago
Bryan Boreham 6bdecf377c
Switch from 'sanity' to more inclusive lanuage (#9376) 3 years ago
beorn7 a7c519930e histograms: Add Compact method to the normal integer Histogram 3 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 3 years ago
Bryan Boreham 8b863c42dd
Optimise relabeling by re-using memory (#11147) 3 years ago
beorn7 9eafed0f79 promql: Add `histogram_count` and `histogram_sum` 4 years ago