44 Commits (c5e1498ae243bbf0b8363786de065bf98acd1edb)

Author SHA1 Message Date
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
Ziqi Zhao 4787c879bc add more elaborate benchmark test 1 year ago
Ziqi Zhao bf880a6e77 enhance floathistogram add and sub method 1 year ago
Ziqi Zhao ed1b307bca
enhance FloatHistogram CopyToSchema method (#12596) 1 year ago
beorn7 9aadd54786 histogram: Fix bounds of buckets returned by floatBucketIterator 1 year ago
cui fliter 096ceca44f
remove repetitive words (#12556) 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
zenador 191bf9055b
Handle more arithmetic operators for native histograms (#12262) 2 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago
Trevor Whitney e3513d1dd2
Change nested ifs to a switch 2 years ago
Trevor Whitney b4e324f637
Handle valid cases of mismatched hints when adding 2 years ago
Trevor Whitney dd94ebb87b
promql: set CounterResetHint after rate and sum 2 years ago
Ganesh Vernekar a87e7e9e33
tsdb: Add counter reset hint to histograms and support in WAL 2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 2 years ago
beorn7 bf0847073d histogram: Modify getBound to deal properly with infinity 2 years ago
Björn Rabenstein dccfb9db4e
histogram: Remove code replication via generics (#11361) 2 years ago
beorn7 a7c519930e histograms: Add Compact method to the normal integer Histogram 2 years ago
Ganesh Vernekar 2474c6fb2c
Error on amending histograms on append (#11308) 2 years ago
beorn7 2d233cf95e Histogram: Fix allFloatBucketIterator 3 years ago
beorn7 56db51c826 Histgram: Fix Compact for spans of only empty buckets 3 years ago
beorn7 15583af9bb Histogram: Fix crash when compacting only empty buckets 3 years ago
beorn7 08efde4de5 Adjust to newest gofumpt 3 years ago
beorn7 f9c411604d Fix spelling errors 3 years ago
beorn7 9fbcf14e5c histogram: Handle changes of the ZeroThreshold and the Schema 3 years ago
beorn7 3b4d6c3fdb model: Implement FloatHistogram.Compact 3 years ago
beorn7 e7592fe353 sparsehistogram: Address two TODOs 3 years ago
beorn7 27f865ec49 histograms: avoid initialization tracking in reverseFloatBucketIterator 3 years ago
beorn7 a6acdfe346 histograms: Doc comment and naming improvements 3 years ago
Ganesh Vernekar 4a43349aca
`histogram_quantile` for sparse histograms (#9935) 3 years ago
Björn Rabenstein 0e1b9dd308
Promql: Initial rate implementation for sparse histograms (#9926) 3 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 3 years ago
beorn7 6a820a646c histogram: Add FloatHistogram 3 years ago
beorn7 73858d7f82 storage: histogram support in memoized_iterator 3 years ago
beorn7 f1065e44a4 model: String method for histogram.Histogram 3 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 3 years ago