485 Commits (cc390aab64badd803ce68c6d7fd4299592120799)

Author SHA1 Message Date
Linas Medziunas cbd01fc296 Fix NaN sum check in [Float]Histogram.Equals method 1 year ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650) 1 year ago
Gregor Zeitlinger f01718262a
Unit tests for native histograms (#12668) 1 year ago
zenador 54aaa2bd7e
Add `histogram_stdvar` and `histogram_stddev` functions (#12614) 1 year ago
Ziqi Zhao de172049ab fix lint error 1 year ago
Ziqi Zhao d3633d4e76
Update model/histogram/float_histogram.go 1 year ago
Ziqi Zhao 893f97556f use switch instead of if-else to fix lint error 1 year ago
Ziqi Zhao 788061e509 remove unused addBucket function 1 year ago
Ziqi Zhao eab3c93e80 make code ready for review 1 year ago
beorn7 65ccf4460a textparse: Fix endless loop #12731 1 year ago
beorn7 3d9a830f2f textparse: Expose #12731 in protobufparse_test.go 1 year ago
György Krajcsovits e846736134 Fix typo 1 year ago
Ziqi Zhao 4787c879bc add more elaborate benchmark test 1 year ago
Ziqi Zhao bf880a6e77 enhance floathistogram add and sub method 1 year ago
Bryan Boreham ce260b1fe1 labels: remove some unused code 1 year ago
Bryan Boreham b5c6807fea Labels.Has quick check on first character 1 year ago
Bryan Boreham 33aab1b2cc labels: extend benchmark for Has() 1 year ago
Ziqi Zhao ed1b307bca
enhance FloatHistogram CopyToSchema method (#12596) 1 year ago
beorn7 c58e20ad0e histogram: Identify native histograms even without observations 1 year ago
beorn7 9aadd54786 histogram: Fix bounds of buckets returned by floatBucketIterator 1 year ago
beorn7 071f4bbea4 histograms: Fix parsing float histograms without zero bucket 1 year ago
beorn7 2ea8df4734 histogram: Expose #12305 1 year ago
cui fliter 096ceca44f
remove repetitive words (#12556) 1 year ago
beorn7 0e3f35324b scrape: Enable ingestion of multiple exemplars per sample 1 year ago
beorn7 da047c6857 histograms: Fix bug #12552 1 year ago
beorn7 1c3bd04bea histograms: Modify test to expose bug #12552 1 year ago
Ziqi Zhao 42d9169ba1 enhance histogram_quantile to get min/max value 1 year ago
Carrie Edwards a462f7fa21 Add function for iterating through all buckets in reverse to find max bucket 1 year ago
Bryan Boreham e1115ae58d
labels: improve Get method for stringlabels build (#12485) 1 year ago
Bryan Boreham 87d08abe11
labels: faster Compare function when using -tags stringlabels (#12451) 1 year ago
Oleg Zaytsev 6a18962cfa
mv labels_string.go labels_stringlabels.go (#12328) 1 year ago
Michael Hoffmann 344c8ff97c
feat: dont compile regex matcher if we know its a literal (#12434) 1 year ago
zenador 191bf9055b
Handle more arithmetic operators for native histograms (#12262) 2 years ago
beorn7 9e500345f3 textparse/scrape: Add option to scrape both classic and native histograms 2 years ago
Bryan Boreham e278195e39
Cherry-pick bugfix #12322 and create v2.43.1 (#12324) 2 years ago
György Krajcsovits e9b2d87443 Revert change to model/textparse/protobufparse_test.go 2 years ago
Bryan Boreham 7a48a266b6
labels: respect Set after Del in Builder (#12322) 2 years ago
cui fliter 276ca6a883 fix some comments 2 years ago
György Krajcsovits 071426f72f Add unit test for bucket limit appender 2 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Bryan Boreham 1801cd4196 labels: small optimization to stringlabels 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
Bryan Boreham 10cc60af01 labels: add ScratchBuilder.Overwrite for slice implementation 2 years ago
Bryan Boreham e917202766 labels: make sure estimated size is not negative 2 years ago
Bryan Boreham ee1157c14a labels: shrink stack arrays in Builder.Range 2 years ago
Bryan Boreham b987afa7ef labels: simplify call to get Labels from Builder 2 years ago
Bryan Boreham 934c520d37 labels: cope with mutating Builder during Range call 2 years ago
Bryan Boreham bd23e8899d labels: add test for Builder.Range 2 years ago
Bryan Boreham 3743d87c56 labels: cope with mutating Builder during Range call 2 years ago