Merge pull request #794 from rfratto/forward-ingester-chunks
ingester: support chunk transfers on ingester shutdown.
No related branches found
No related tags found
Showing
- pkg/chunkenc/gzip.go 3 additions, 2 deletionspkg/chunkenc/gzip.go
- pkg/ingester/client/client.go 5 additions, 3 deletionspkg/ingester/client/client.go
- pkg/ingester/flush_test.go 2 additions, 1 deletionpkg/ingester/flush_test.go
- pkg/ingester/ingester.go 29 additions, 18 deletionspkg/ingester/ingester.go
- pkg/ingester/ingester_test.go 2 additions, 1 deletionpkg/ingester/ingester_test.go
- pkg/ingester/instance.go 19 additions, 0 deletionspkg/ingester/instance.go
- pkg/ingester/stream.go 15 additions, 0 deletionspkg/ingester/stream.go
- pkg/ingester/transfer.go 236 additions, 0 deletionspkg/ingester/transfer.go
- pkg/ingester/transfer_test.go 210 additions, 0 deletionspkg/ingester/transfer_test.go
- pkg/logproto/logproto.pb.go 1250 additions, 82 deletionspkg/logproto/logproto.pb.go
- pkg/logproto/logproto.proto 24 additions, 0 deletionspkg/logproto/logproto.proto
- pkg/loki/modules.go 1 addition, 1 deletionpkg/loki/modules.go
Loading
Please register or sign in to comment