Commit Graph

290 Commits (main)

Author SHA1 Message Date
George Krajcsovits 5b7ff92d95
fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724) 2 days ago
Arthur Silva Sens 8d0a747237
PROM-39: Provide PromQL info annotations when rate()/increase() over series without `__type__`="counter" label (#16632) 3 weeks ago
Innokentii Konstantinov cd5bd11bd8 Export QuerySamples StartTimestamp and Interval to enable custom statistics implementations to populate these fields as needed. 3 weeks ago
Julius Volz 13564c03ef Standardize doc page title handling 4 weeks ago
jub0bs 4bc8df0f54
util/httputil: Always add Vary header in SetCORS 1 month ago
Arve Knudsen e7e3ab2824
Fix linting issues found by golangci-lint v2.0.2 (#16368) 2 months ago
Arthur Silva Sens 95f49dd84b
Bump prometheus/common to v0.63.0 (#16210) 4 months ago
Bartlomiej Plotka 7a7bc65237
Add util/compression package to consolidate snappy/zstd use in Prometheus. (#16156) 4 months ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 4 months ago
jub0bs 329ec6831a
util/httputil: reduce heap allocations in newCompressedResponseWriter (#16001) 5 months ago
Neeraj Gartia 8be416a67c
[FIX] PromQL: Updates annotation for bin op between incompatible histograms (#15895) 5 months ago
crystalstall 616914abe2 Signed-off-by: crystalstall <crystalruby@qq.com> 6 months ago
Neeraj Gartia 0e99ca3e8c
[BUGFIX] PromQL: Fix `deriv`, `predict_linear` and `double_exponential_smoothing` with histograms (#15686) 6 months ago
Joel Beckmeyer bad1c75514 fix alignment of atomic uint64 on 32-bit 6 months ago
TJ Hoplock 437362a7a7 fix(deduper): use ptr to sync.RWMutex, fix panic during concurrent use 7 months ago
TJ Hoplock e0104a6b7e ref: JSONFileLogger slog handler, add scrape.FailureLogger interface 7 months ago
György Krajcsovits eb9ce70c3e Set hasCount after setting count to be consistent 7 months ago
György Krajcsovits a48d05912d nhcb: optimize, do not recalculate suffixes multiple times 7 months ago
György Krajcsovits 41f051e9a4 Small improvement in handling cases without count 7 months ago
TJ Hoplock 3e24e84172 fix!: stop unbounded memory usage from query log 7 months ago
TJ Hoplock 16a4354b48 chore(deduper): add compile check that slog.Handler int is satisfied 7 months ago
Neeraj Gartia 789c9b1a5e
[BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms (#15245) 8 months ago
Julien 5c05c89b8b Update prometheus/common 8 months ago
Julien 28f22b4d80 Update prometheus/common 8 months ago
György Krajcsovits eafe72a0d0 perf(nhcb): optimize away most allocations in convertnhcb 8 months ago
TJ Hoplock 4f9e4dc016 ref: remove unused deduper log wrapper methods 8 months ago
TJ Hoplock b602393473 fix: avoid data race in log deduper 8 months ago
Vanshika cccbe72514
TSDB: Fix some edge cases when OOO is enabled (#14710) 8 months ago
Neeraj Gartia d4b1f9eb33
Corrects the behaviour of binary opperators between histogram and float (#14726) 8 months ago
György Krajcsovits 78de9bd10f convertnhcb: use CutSuffix instead of regex replace for histogram name 9 months ago
George Krajcsovits 522149a2ae
model: move classic NHCB conversion into its own file (#15156) 9 months ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 9 months ago
Julien 21e0f83b68 Move notifications in utils 9 months ago
Jorge Alberto Díaz Orozco 06945b3933
Add a mutex and used ports list to the random port generator 9 months ago
Jeanette Tan f35c6649e4 don't blindly convert series with the classic histogram name suffixes if they are not actually histograms based on metadata 9 months ago
Jeanette Tan cd498964e6 expand tests and support conversion to nhcb in the middle of scrape 9 months ago
Jeanette Tan f596f17024 allow option to convert classic histograms to nhcb entirely (don't append classic histogram series) 9 months ago
Jeanette Tan 4503145c8b convert classic histograms to int nhcb where possible instead 9 months ago
Jeanette Tan 62e7f0438d implement basic conversion of classic to nhcb in scrape 9 months ago
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868) 10 months ago
Bryan Boreham d550c4a0b9 [COMMENT] Improve comment on almost.Equal; add tests 10 months ago
Ziqi Zhao 87eab0aaad fix golang lint 10 months ago
Ziqi Zhao c7c4a5c347 add helper function to compare native histograms in testing 10 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments 10 months ago
Ziqi Zhao 8f828d45c1 convert TestNativeHistogram_Sum_Count_Add_AvgOperator into testing framework 10 months ago
Julien Pivotto 9b5e7623f4 Add support for multiple listening addresses 10 months ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1 10 months ago
Kushal shukla fe12924638
promtool: JUnit-Format XML Test Results (#14506) 11 months ago
B1F030 3648386345 fix fmt 12 months ago
B1F030 15ac95ddd0 change documentcli 12 months ago