401 Commits (1cd2d0498b287a5698e3eda8fa7979643b752265)

Author SHA1 Message Date
Arve Knudsen 237bfea46b `chunks.Reader`: Fix typo in ChunkOrIterable doc string. 12 months ago
Oleksandr Redko 2a75604f8e
Enable default revive rules (#13068) 12 months ago
Linas Medziunas 048886ae8a Histograms: optimize floatBucketIterator for common case 12 months ago
Linas Medziunas 49613823f8 Reuse slices in [Float]Histogram.ReduceResolution 1 year ago
Linas Medziunas f99ecc376e Fix FloatHistogram.Add/Sub mutating its argument 1 year ago
Linas Medziunas ea1862aab4 Explicit schema check in [Float]Histogram.ReduceResolution 1 year ago
Bryan Boreham f0e1b592ab Scraping: use slices.sort for exemplars 1 year ago
Bryan Boreham a3e02f35d6 labels: extract common code between slice and stringlabels 1 year ago
zenador 32ee1b15de
Fix error on ingesting out-of-order exemplars (#13021) 1 year ago
Bryan Boreham 1bfb3ed062
Labels: reduce allocations when creating from TSDB WAL (#13044) 1 year ago
Ziqi Zhao e250f09b5d
change origin schema in `ReduceResolution` method of histogram and float histogram (#13116) 1 year ago
Ziqi Zhao ab2a7bb74f
add generic shrink function (#13001) 1 year ago
Matthieu MOREL 05fba53e57 web : use Go standard package 1 year ago
Linas Medziunas ebed7d0612 Change Validate to be a method on histogram structs 1 year ago
Linas Medziunas 1f8aea11d6 Move histogram validation code to model/histogram 1 year ago
Matthieu MOREL fe057fc60d use Go standard errors package 1 year ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 1 year ago
beorn7 b428416f06 textparse: Update comment about timestamp_ms protobuf parsing 1 year ago
Arthur Silva Sens ef8e6ae780
Parse created timestamps from Prometheus Protobuf (#12973) 1 year ago
Marc Tuduri 1ce066e51c
More periods 1 year ago
Marc Tuduri af7c31ee10
PR feedback 1 year ago
Marc Tuduri 8fededf6ad
promql(histograms): Change sample total calculation for histograms 1 year ago
Linas Medziunas 62bbb81e29 Mention bucket values in the comment 1 year ago
Linas Medziunas ec823d9daf Update comments, bitwise comparison of float buckets 1 year ago
Linas Medziunas c5c5c569fa Histogram performance: optimize floatBucketIterator 1 year ago
Matthieu MOREL 0a513f827d ci(lint): enable errorlint linter on model 1 year ago
Julien Pivotto c52db2b196 Remove duplicate tests 1 year ago
johncming 5d68ebb207 pkg/rulefmt: fix bug of validate. 1 year ago
Linas Medziunas 3c047a3518 Expand docs comments 1 year ago
Linas Medziunas dfb6292600 Compare FloatHistogram.[Zero]Count float values as binary 1 year ago
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