Commit Graph

119 Commits (histogram-json-experiment)

Author SHA1 Message Date
Bryan Boreham 4b9f248e85
unit tests: make all Labels sorted alphabetically (#10532) 3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
Oleg Zaytsev af0f6da5cb
Fix chunk overflow appending samples at a variable rate (#10607) 3 years ago
Łukasz Mierzwa da23c4649a
Enable misspell check in golangci-lint (#10393) 3 years ago
Ganesh Vernekar 4cc25c0cb0
Fix panic on query when m-map replay fails with snapshot enabled (#10348) 3 years ago
Ganesh Vernekar 24827782cb
Fix panics when m-mapping head chunks (#10316) 3 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory 3 years ago
Mauro Stettler 0df3489275
Write chunks via queue, predicting the refs (#10051) 4 years ago
Ganesh Vernekar 087e3c7360
Fix queries after a failed snapshot replay (#9980) (#9986) 4 years ago
Ganesh Vernekar 902817e17f
Fix queries after a failed snapshot replay (#9980) (#9987) 4 years ago
Ganesh Vernekar 227d155e3f
Fix queries after a failed snapshot replay (#9980) 4 years ago
Ganesh Vernekar 05d4d97bcd
Fix queries after a failed snapshot replay (#9980) 4 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 4 years ago
Ganesh Vernekar 26c0a433f5
Support appending different sample types to the same series (#9705) 4 years ago
Darshan Chaudhary 9dcf8b2208
Add the ability to disable tsdb isolation (#9270) 4 years ago
Dieter Plaetinck 067efc3725
clarify HeadChunkID type and usage (#9726) 4 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 4 years ago
Ganesh Vernekar c8b267efd6
Get histograms from TSDB to the rate() function implementation 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Xiaochao Dong c2d1c85857
close tsdb.head in test case (#9580) 4 years ago
Dieter Plaetinck d5afe0a577
TSDB: Use a dedicated head chunk reference type (#9501) 4 years ago
Ganesh Vernekar 85e6686f84
Add unit test for counter reset header 4 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 4 years ago
Ganesh Vernekar 10bc6e80ee
Fix panic on failed snapshot replay and don't hard fail replay on disabled exemplars (#9438) 4 years ago
Ganesh Vernekar 1dd22ed655
Support stale samples for sparse histograms (#9352) 4 years ago
Ganesh Vernekar 30534e99d9
Take snapshot only after closing the WAL (#9328) 4 years ago
Ganesh Vernekar 8944520ccc
Fix deletion of old snapshots (#9314) 4 years ago
Bryan Boreham 2327236bb5
Decrement active_appenders metric when no samples added (#9230) 4 years ago
Bryan Boreham 87d909df4a
Remove symbols map from TSDB head (#9301) 4 years ago
Ganesh Vernekar 1315d8ecb6
Remove query hacks in the API and fix metrics (#9275) 4 years ago
Ganesh Vernekar 35b1a82594
Exemplars in snapshot (#9255) 4 years ago
Ganesh Vernekar 328a74ca36
Fix bugs and add enhancements to the chunk snapshot (#9185) 4 years ago
Ganesh Vernekar f0688c21d6
Log sparse histograms into WAL and replay from it (#9191) 4 years ago
Ganesh Vernekar 095f572d4a
Sync sparsehistogram branch with main (#9189) 4 years ago
Bryan Boreham 040ef175eb
Optimise WAL loading by removing extra map and caching min-time (#9160) 4 years ago
Ganesh Vernekar ee7e0071d1
Snapshot in-memory chunks on shutdown for faster restarts (#7229) 4 years ago
Ganesh Vernekar 848cb5a6d6
Enhanced WAL replay for duplicate series record (#7438) 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 4 years ago
Ganesh Vernekar 59d02b5ef0
tsdb: Block Head GC till pending readers are done reading (#9081) 4 years ago
Martin Disibio 1bcd13d6b5
Exemplar resize (#8974) 4 years ago
Ganesh Vernekar 67871fd1f2
Support compaction of Head block for histograms (#9044) 4 years ago
Ganesh Vernekar f4d3af73f0
Query histograms from TSDB and unit test for append+query (#9022) 4 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 4 years ago
kjinan 24869ff2d0 typos correct 4 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 4 years ago
Fiona Liao 9b83d8330a
Fix memSafeIterator.Seek() (#8748) 4 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 4 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 4 years ago