Commit Graph

604 Commits (00a7faa2e3cbef625faff9236cdabd877243f35b)

Author SHA1 Message Date
Ben Kochie 9b549fa118
Update Go yaml v3 library (#17913) 5 months ago
Nick Pillitteri a769a7eeb7
model/labels: fix regex with capture, wildcards, literal (#17828) 5 months ago
Charles Korn a919e6d5ef
model/labels: improve performance of regex matchers like `.*-.*-.*` (#17707) 6 months ago
Ben Kochie e14795bbf4
Remove copyright date from headers (#17785) 6 months ago
Bartlomiej Plotka 17e06dbab5
refactor(scrape)[PART2]: simplified scrapeLoop constructors & tests; add teststorage.Appendable mock (#17631) 6 months ago
Julien Pivotto a5671a002f API: Add a /api/v1/features endpoint 6 months ago
bwplotka 0b70a07572 refactor(appenderV2): add TSDB AppenderV2 implementation 7 months ago
dongjiang 3239723098
Update golangci-lint and add modernize check (#17640) 7 months ago
Bartlomiej Plotka b2eb2bc989
chore(labels): add more context to labels.MetricName deprecation. (#17590) 7 months ago
Björn Rabenstein b8d19543b8
Add histogram validation in remote-read and during reducing resolution (#17561) 7 months ago
beorn7 2dfc324821 model/histogram: Make histogram bucket iterators more robust 7 months ago
Grégoire 1174b0ce4f
model/textparse: Remove unit validation in protobuf parsing (#16834) 7 months ago
Bartlomiej Plotka f50ff0a40a
feat: rename CreatedTimestamp to StartTimestamp (#17523) 7 months ago
Ben Kochie 204249fcb5
Update golangci-lint (#17478) 8 months ago
Ben Kochie 48956f60d7
Update modernize (#17471) 8 months ago
Laurent Dufresne a6793c20e8 Added tests for `histogram.Error` 8 months ago
Laurent Dufresne 7621eb772c histogram: Add `Error` type for all histogram errors 8 months ago
Naman-B-Parlecha f14c515cbe fix(histogram): handling +Inf bucket count and metric label 8 months ago
Julien Pivotto c9d4689e0b relabeling: Fix labelmap action validation with legacy metric name scheme 8 months ago
Linas Medžiūnas 44df626620
promql (histograms): reconcile mismatched NHCB bounds (#17278) 8 months ago
Julius Volz 8b1bd7d6c3 ui: Allow viewing detailed relabeling steps for each discovered target 8 months ago
beorn7 ad7d1aed99 Phase out native histogram feature flag 8 months ago
beorn7 6a8cacdf6f model/histogram: Fix checkHistogramCustomBounds to accept -Inf 8 months ago
Naman-B-Parlecha 1df1f53ea0 fix: Added Unroll support to Sparse NHCBs 8 months ago
beorn7 51e0982c91 promql(histograms): Fix counter reset hint handling when aggregating 9 months ago
Bartlomiej Plotka a4da440dad
fix: Fix slicelabels corruption when used with proto decoding (#17150) 9 months ago
Naman-B-Parlecha 7871bcb465 fix(convert): error message 9 months ago
Naman-B-Parlecha 79f3e76d89 fix(test): Comparing the labels correctly 9 months ago
Naman-B-Parlecha c072b0000a fix(convert): fix typos in comments 9 months ago
Naman-B-Parlecha 083d0fa835 refactor(convert): updated tests and moved formatOpenMetricsFloat 9 months ago
Linas Medziunas c16db58061 NHCB: Reject custom bucket bounds with NaN value 9 months ago
Linas Medziunas 8caf1f1c41 [NHCB] Separate CustomBucketBoundsMatch from floatBucketsMatch 9 months ago
beorn7 3d7cf4c274 model/histogram: Validate non-negative count and zero bucket 9 months ago
Charles Korn a2adccadd2 Improve assertion failure message 9 months ago
Naman-B-Parlecha ed67a0cbf1 refactor(histogram): rename types for clarity in histogram conversion tests 9 months ago
Naman-B-Parlecha f71f911040 fix(lint): Changing tests 9 months ago
Naman-B-Parlecha 73904b4c75 refactor(histogram): Converting to Absolute values and fixing the test 9 months ago
György Krajcsovits b6df8d3274
feat(chunkenc): allow more native histograms schemas 9 months ago
Minh Nguyen d04550a9c4
[RW2] Return 400 error code for wrongly-formatted histograms (#17210) 9 months ago
György Krajcsovits 5b39b79f5a
refactor error creation and tests 9 months ago
George Krajcsovits 5e6900558a
Apply suggestions from code review 9 months ago
Bryan Boreham c743b2f3cd [PERF] Regex: stop calling Simplify 9 months ago
György Krajcsovits 267be7dc20
fix(chunkenc): error out when reading unknown histogram schemas from chunks 9 months ago
Naman-B-Parlecha 5eeba3638d
adding comment for ConvertNHCBToClassicHistogram 9 months ago
Naman-B-Parlecha c8e3f8c97a
drop(flag): moving feature flag to other pr 9 months ago
György Krajcsovits bdf547ae9c
fix(nativehistograms): validation should fail on unsupported schemas 9 months ago
NamanParlecha 594f9d63a5
refactor(textparse): Introduce Variadic options in textParse.New (#17155) 9 months ago
George Krajcsovits acd9aa0afb
fix(textparse/protobuf): metric family name corrupted by NHCB parser (#17156) 10 months ago
Arve Knudsen 913cc8f72b
Replace gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (#17151) 10 months ago
George Krajcsovits 31e4d84edd
refactor(textparse): allow for parsers with direct NHCB support (#17153) 10 months ago