Commit Graph

1227 Commits (histogram-json-experiment)

Author SHA1 Message Date
Matej Gera 1dd247f68b
Remote Write: Rename confusing `walDir` parameter to `dir` (#10464) 3 years ago
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
Chris Marchbanks a11e73edda
Fix a deadlock between Batch and FlushAndShutdown (#10608) 3 years ago
Wilbert Guo 83a2e52bc2
Add SyncForState Implementation for Ruler HA (#10070) 3 years ago
Chris Marchbanks e970acb085
Fix deadlock between adding to queue and getting batch 3 years ago
Chris Marchbanks afdc1decac
Write a test that reproduces the deadlock 3 years ago
Łukasz Mierzwa a4317bf0ec
Run gofumpt on all files (#10392) 3 years ago
DrAuYueng 5a6e26556b
Add an option to use the external labels as selectors for the remote read endpoint (#10254) 3 years ago
Chris Marchbanks bfb1500a38
Fix deadlock when stopping a shard (#10279) 3 years ago
Matej Gera 2c61d29b2a
Tracing: Migrate to OpenTelemetry library (#9724) 3 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory 3 years ago
Bryan Boreham 954c0e8020 remote_write: round desired shards up before check 4 years ago
Bryan Boreham 6d01ce8c4d remote_write: shard up more when backlogged 4 years ago
Bryan Boreham d588b14d9c remote_write: detailed test for shard calculation 4 years ago
beorn7 e7592fe353 sparsehistogram: Address two TODOs 4 years ago
Goutham Veeramachaneni 6696b7a5f0
Don't update metrics on context cancellation 4 years ago
Goutham Veeramachaneni 1af81dc5c9
Update sent timestamp when write irrecoverably fails. 4 years ago
Shihao Xia c3e7bfb813 add proper exit for loop 4 years ago
beorn7 86cc83b13c storage: iterator fixes after merge 4 years ago
beorn7 0ede6ae321 storage: fix bug #10027 in iterators' Seek method 4 years ago
beorn7 b042e29569 storage: expose bug in iterators #10027 4 years ago
Bryan Boreham bd6436605d Review feedback 4 years ago
Sebastian Rabenhorst d8b8678bd1
Log time series details for out-of-order samples in remote write receiver (#9894) 4 years ago
detailyang 3e482c905f
fix:storage:avoid panic when iterater exhauested (#9945) 4 years ago
Bryan Boreham 50878ebe5e remote-write: buffer struct instead of interface 4 years ago
Bryan Boreham c478d6477a remote-write: benchmark just sending, on 20 shards 4 years ago
Chris Marchbanks c655684142
Subtract from enqueued samples/exemplars upon send 4 years ago
Chris Marchbanks 319249f9db
Batch samples before sending them to channels 4 years ago
beorn7 68e02be963 Post-merge fixes 4 years ago
Björn Rabenstein 4ce01e9770
storage: Rename ...Values methods to At... (#9889) 4 years ago
Björn Rabenstein d677aa4b29
storage: Consolidate iterator method names (Values -> At) (#9888) 4 years ago
Björn Rabenstein b866db009b
storage: Fix and improve the Seek method of various iterators (#9878) 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
Matheus Alcantara e673805d67
storage/remote: use t.TempDir instead of ioutil.TempDir on tests (#9811) 4 years ago
Hu Shuai eb43437d83
Fix golint issue (#9800) 4 years ago
Dieter Plaetinck 0fac9bb859
Add basic initial developer docs for TSDB (#9451) 4 years ago
beorn7 73858d7f82 storage: histogram support in memoized_iterator 4 years ago
beorn7 9b30ca2598 promql: Support histogram in value string representation 4 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 years ago
Mateusz Gozdek d8561dbfd8 storage/remote: make tests use separate remote write configs 4 years ago
Mateusz Gozdek 116552cc58 storage/remote: check errors from ApplyConfig in tests 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
beorn7 8f92c90897 Add TODOs and some minor tweaks 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
Marco Pracucci 9f5ff5b269
Allow to disable trimming when querying TSDB (#9647) 4 years ago
sniper f82e56fbba
fix request bytes size and continue is useless (#9635) 4 years ago
Mateusz Gozdek b7bdf6fab2 Fix imports formatting 4 years ago