Commit Graph

165 Commits (1ec0786fa968b004c886e37e05ca64fe8faee320)

Author SHA1 Message Date
Julien Pivotto 8e500dbd39 Add rulefmt tests 3 years ago
Julien Pivotto ce55e5074d Add 'keep_firing_for' field to alerting rules 3 years ago
beorn7 3e5ad99c33 textparse: Minor doc comment improvement 3 years ago
beorn7 3f977e89ab textparse: Add tests for float and gauge histograms 3 years ago
beorn7 c26891043f textparse: Set CounterResetHint 3 years ago
Ganesh Vernekar a87e7e9e33
tsdb: Add counter reset hint to histograms and support in WAL 3 years ago
beorn7 b5d4a94e9d textparse: Add gauge histogram support to protobuf parsing 3 years ago
beorn7 e9d9bb1b08 textparse: Handle unknown metric types in protobuf gracefully 3 years ago
Damien Grisonnet 96b9d8cebb model/textparse: associate correct token to errors 3 years ago
Fish-pro 6ed71a229e Use errors.Is to check for a specific error 3 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 3 years ago
Bryan Boreham 10b27dfb84 Simplify IndexReader.Series interface 3 years ago
Bryan Boreham 8d350d9e0c Update package model/textparse tests for new labels.Labels type 3 years ago
Bryan Boreham 1f04899ae3 Update package model/textparse for new labels.Labels type 3 years ago
Bryan Boreham fe9fe0e1e5 Update package model/relabel tests for new labels.Labels type 3 years ago
Bryan Boreham 8ad7b64c0f Update package model/relabel for new labels.Labels type 3 years ago
Bryan Boreham b10fd9aea3 model/labels: add a basic test for ScratchBuilder 3 years ago
Bryan Boreham cbf432d2ac Update package labels tests for new labels.Labels type 3 years ago
Bryan Boreham 617bee60f1 labels: use ScratchBuilder in ReadLabels 3 years ago
Bryan Boreham 2b8b8d9ac7 labels: new methods to work without access to internals 3 years ago
Bryan Boreham ea7345a09c labels: improve comment on Builder.Set 3 years ago
Bryan Boreham a19b369f9e labels: avoid lint warning on New() 3 years ago
Xiaochao Dong (@damnever) 9979024a30 Report error if the series contains invalid metric names or labels during scrape 3 years ago
Bryan Boreham 8d4140a06e labels: note that Hash may change 3 years ago
Julien Pivotto 005ede70de relabel: add keepequal/dropequal relabel action 3 years ago
beorn7 bf0847073d histogram: Modify getBound to deal properly with infinity 3 years ago
Björn Rabenstein dccfb9db4e
histogram: Remove code replication via generics (#11361) 3 years ago
Bryan Boreham 8120af22e2 benchmarks: SetBytes takes bytes per operation 3 years ago
beorn7 a7c519930e histograms: Add Compact method to the normal integer Histogram 3 years ago
Ganesh Vernekar 2474c6fb2c
Error on amending histograms on append (#11308) 3 years ago
Bryan Boreham 5421c778ba labels: in tests use labels.FromStrings 3 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 3 years ago
Cosrider bef6556ca5
delete redundant alias (#11180) 3 years ago
Marc Tudurí f7df3b86ba
histograms: parse float histograms from proto definition (#11149) 3 years ago
Bryan Boreham 8b863c42dd
Optimise relabeling by re-using memory (#11147) 3 years ago
Bryan Boreham a7f19b5775 labels: add a test for JSON and YAML marshalling 3 years ago
Bryan Boreham 10699c37a3 labels: test BytesWithoutLabels does not remove __name__ by default 3 years ago
Bryan Boreham d46ef0aa8e labels: tweak BenchmarkLabels_Get() 3 years ago
Bryan Boreham 24ebff9c4a labels: don't test that Hash() works on unordered labels 3 years ago
Bryan Boreham fb2d883f1e labels: test Compare without knowing the exact result 3 years ago
beorn7 89fb7117c3 textparse: Remove TODO that is actually done 4 years ago
beorn7 c40b105efd histograms: Move to new exposition protobuf format 4 years ago
Paschalis Tsilias d1122e0743
Introduce TSDB changes for appending metadata to the WAL (#10972) 4 years ago
Matthieu MOREL c2b4de3611
refactor (package model): move from github.com/pkg/errors to 'errors' and 'fmt' packages (#10747) 4 years ago
Łukasz Mierzwa 648b12d8c5 Implement Unwrap() on errors returned from rulefmt 4 years ago
Paschalis Tsilias 4f3791024a
Drop extra string held in relabel.Regexp struct (#10846) 4 years ago
Bryan Boreham 2e2c014d52
Labels: optimise creation of signature with/without labels (#10667) 4 years ago
Łukasz Mierzwa b11062bfcc
Don't count added labels when initializing slice (#10756) 4 years ago
Łukasz Mierzwa 08262454a3
Preallocate Labels in labels.Builder (#10749) 4 years ago
Łukasz Mierzwa 89de30a0b7
Avoid reallocating map in MatchLabels (#10715) 4 years ago