Commit Graph

184 Commits (34f3f11ee25b4b707d31f2b03fe8eb974d14b74d)

Author SHA1 Message Date
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 2 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) 3 years ago
Levi Harrison 08f3ddb864
Sparse histogram remote-write support (#11001) 3 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
Bryan Boreham bd6436605d Review feedback 4 years ago
Bryan Boreham 50878ebe5e remote-write: buffer struct instead of interface 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
Hu Shuai eb43437d83
Fix golint issue (#9800) 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
sniper f82e56fbba
fix request bytes size and continue is useless (#9635) 4 years ago
Mateusz Gozdek b7bdf6fab2 Fix imports formatting 4 years ago