Commit Graph

9038 Commits (19e98e5469c15c15e182f3a5ab8ceeeca43a9ee3)
 

Author SHA1 Message Date
Jupiter 7337ecf0d3
Log when total symbol size exceeds 2^32 bytes. (#9104)
3 years ago
Björn Rabenstein 368940247f
Merge pull request #9102 from prometheus/beorn7/protobuf
3 years ago
Ganesh Vernekar 59d02b5ef0
tsdb: Block Head GC till pending readers are done reading (#9081)
3 years ago
Martin Disibio 1bcd13d6b5
Exemplar resize (#8974)
3 years ago
beorn7 c35f138a9a Be more specific when identifying a sparse histogram
3 years ago
Naka Masato a1c1313b3c
fix typo in comment for scrape manager (#9094)
3 years ago
Arunprasad Rajkumar 83a56e22ab
docs: update unit_testing_rules to cover missing and stale samples (#9065)
3 years ago
Richard Hartmann f5655c47e8
Merge pull request #9091 from prometheus/superq/cleanup_indirects
3 years ago
SuperQ 9e31e0a131
Update Go modules
3 years ago
Ganesh Vernekar 4fefd7520e
Skip the failing TestHistoChunkSameBuckets (#9089)
3 years ago
Björn Rabenstein 4e6cb11ea6
Merge pull request #9086 from prometheus/beorn7/protobuf
3 years ago
Ben Kochie a0571449fd
Merge pull request #9087 from LeviHarrison/change-disabled-features-command-text
3 years ago
Levi Harrison 3b5257d869
Changed disabled_features to feature_flags
3 years ago
beorn7 641c3ae199 protobufparse: Add support for remaining types
3 years ago
Julien Pivotto a789ea6447
Merge pull request #9072 from darshanime/add_stringer_to_query
3 years ago
beorn7 88a6229fc4 protobufparse: add exemplar support for counters
3 years ago
ide-rea 14b24d15b0
update checkpoint replay status (#8898)
3 years ago
Ben Kochie e98b639ac7
Rename "Disabled Features" docs page (#9073)
3 years ago
Björn Rabenstein b56f7e8527
Merge pull request #9069 from prometheus/beorn7/protobuf
3 years ago
darshanime 364c40be57 Add Stringer to Query interface
3 years ago
beorn7 9cdd9cfb8e Add tests for protobuf parser
3 years ago
Ganesh Vernekar 79305e704b
Compare block sizes with sparse histograms (#9045)
3 years ago
Bryan Boreham dc8f505595
tsdb: coalesce lock/unlock operations for append (#9061)
3 years ago
Joey Freeland 5d0a12855b Update discovery/gce/gce.go
3 years ago
Björn Rabenstein 08258cc539
Merge pull request #9056 from prometheus/beorn7/histogram2
3 years ago
beorn7 cb75747bce Fix re-encoding
3 years ago
Björn Rabenstein 6b682541f9
Merge pull request #9055 from prometheus/beorn7/histogram
3 years ago
beorn7 01957eee2b Fix interjections even more
3 years ago
beorn7 dc1c744169 Fix interjections at the end
3 years ago
Julien Pivotto 62598878dd
Merge pull request #9050 from colega/use-binary-literals-for-xor-encoding
3 years ago
Björn Rabenstein a979d8e1dc
Merge pull request #9053 from codesome/histo-race
3 years ago
Ganesh Vernekar 1acb701e5c
Fix TSDB race while reading histograms
3 years ago
Ganesh Vernekar 9f206a7a05
Fix race in TSBD while reading/writing histograms (#9051)
3 years ago
Oleg Zaytsev 40126a8494
Use binary literals for xor chunk encoding
3 years ago
Björn Rabenstein 63232c1e41
Merge pull request #9048 from prometheus/beorn7/histogram2
3 years ago
beorn7 deb02d59fb Fix lint issues
3 years ago
Björn Rabenstein 9cd0297fda
Merge pull request #9047 from Dieterbe/sparsehistogram_dieter
3 years ago
Dieter Plaetinck dc6b068c67 bugfix: only bump numRead when all fields are successfully read
3 years ago
Dieter Plaetinck 98f86d671a cleanup comments
3 years ago
Dieter Plaetinck 99ae04bb6f add SHS chunk recoding and head cutting to head block (no tests yet)
3 years ago
Dieter Plaetinck bef872bf3c clarify
3 years ago
Björn Rabenstein 2b2f838a56
Merge pull request #9046 from codesome/hist-rate
3 years ago
Ganesh Vernekar 4cb4fe44f2
Hardcode rate() for sparse histograms
3 years ago
Ganesh Vernekar 67871fd1f2
Support compaction of Head block for histograms (#9044)
3 years ago
Ganesh Vernekar 4c01ff5194
Bunch of fixes for sparse histograms (#9043)
3 years ago
Ganesh Vernekar 78d68d5972
Make query_range serve histograms (#9036)
3 years ago
Lukas Kämmerling 263847e64a
hcloud discovery: Add new labelpresent label (#9028)
3 years ago
Filip Petkovski 7c125aa5fb
Promtool: Add support for compaction analysis (#8940)
3 years ago
Julius Volz 179b2155d1
Fix: Use json.Unmarshal() instead of json.Decoder (#9033)
3 years ago
Dieter Plaetinck 6c13375ac8
sparsehistogram recoding upon detection that new buckets have appeared (#9030)
3 years ago