Commit Graph

193 Commits (bwplotka/prw-initial)

Author SHA1 Message Date
bwplotka c114afa6e6 WIP 2 years ago
Callum Styan a3c6904243 more cleanup, mostly linting fixes 2 years ago
Callum Styan a0cd7939e2 cleanup; remove some unused functions 2 years ago
Callum Styan fb3ed046ac remove more format types we probably won't use 2 years ago
Callum Styan bf773afd57 remove formats we've decided not to use 2 years ago
Callum Styan e444439d59 test additional len and lenbytes formats 2 years ago
Callum Styan 1842c99f2f Add bytes slice (instead of slice of 32bit vars) format for testing 2 years ago
Callum Styan ed0c3b25c7 refactor new version flag to make it easier to pick a specific format 2 years ago
Nicolás Pazos 4bdb865ae3 minimally-tested exemplar support for rw 1.1 2 years ago
Nicolás Pazos 34f3f11ee2 remove all code from previous interning approach 2 years ago
Nicolás Pazos e2a5ea5397 Use unsafe []byte->string cast to reuse buffer 2 years ago
Nicolás Pazos c9b6dddef9 manually optimize varint marshaling 2 years ago
Nicolás Pazos 761efc860e Use two uint32 to encode (offset,leng) 2 years ago
Callum Styan eb63f30459 fix minor things 2 years ago
Callum Styan 3e5facc0c0 add functionality for new minimized remote write request format 2 years ago
Nicolás Pazos 46b84ab3fb lint 2 years ago
alexgreenbank 8ab14f2456 Remove config, update proto 2 years ago
alexgreenbank 15c4d45635 Add 1.1 version handling code 2 years ago
Nicolás Pazos 44f166d066 Use github.com/golang/snappy 2 years ago
Nicolás Pazos c1593fd35a Improve sender benchmarks and some allocations 2 years ago
Nicolás Pazos b35ab6c080 fix build 2 years ago
Nicolás Pazos 2f815ee3dd refactor queue manager code to remove some duplication 2 years ago
Nicolás Pazos eebf7ac1fc fix: queue manager to include float histograms in new requests 2 years ago
Nicolás Pazos ed34405d68 remove some comented code 2 years ago
Callum Styan f1992591b2 Implement code paths for new proto format 2 years ago
Callum Styan 7a862d265f replace snappy encoding library 2 years ago
Levi Harrison 454a0a2c1b Update dependencies for 2.48 (#12964) 2 years ago
Levi Harrison dcaca86958
Update dependencies for 2.48 (#12964) 2 years ago
Paschalis Tsilias c173cd57c9
Add a header to count retried remote write requests (#12729) 2 years ago
Bryan Boreham d2ae8dc3cb remote-write: add http.resend_count tracing attribute 3 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 3 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
Arve Knudsen bc9a82f5a1
remote: Improve some comments (#12102) 3 years ago
Arve Knudsen 435b500de7
remote: Convert to RecoverableError using errors.As (#12103) 3 years ago
Marc Tudurí 721f33dbb0
histograms: Add remote-write support for Float Histograms (#11817) 3 years ago
Xiaochao Dong (@damnever) 2d61d012ff Avoid copy during remote write if external labels is empty 3 years ago
Bryan Boreham abd9909595 Update package storage/remote for new labels.Labels type 3 years ago
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352) 3 years ago
Ganesh Vernekar f540c1dbd3
Add support for histograms in WAL checkpointing (#11210) 3 years ago
Levi Harrison 0db6b072bc
Export `histogramToHistogramProto()` (#11046) 4 years ago
Levi Harrison 08f3ddb864
Sparse histogram remote-write support (#11001) 4 years ago
Matej Gera 1dd247f68b
Remote Write: Rename confusing `walDir` parameter to `dir` (#10464) 4 years ago
Chris Marchbanks a11e73edda
Fix a deadlock between Batch and FlushAndShutdown (#10608) 4 years ago
Chris Marchbanks e970acb085
Fix deadlock between adding to queue and getting batch 4 years ago
Chris Marchbanks bfb1500a38
Fix deadlock when stopping a shard (#10279) 4 years ago
Matej Gera 2c61d29b2a
Tracing: Migrate to OpenTelemetry library (#9724) 4 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
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