Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/ingester
Vladyslav Diachenko 5ae5b31b1f
fix: stream ownership check (#13314)
11 months ago
..
client chore: update loki modules for 3.0 release (#12433) 1 year ago
index chore: add more validation at startup to make sure we have a proper schema, and necessary directories are created (#12496) 1 year ago
wal chore: update loki modules for 3.0 release (#12433) 1 year ago
checkpoint.go chore: update loki modules for 3.0 release (#12433) 1 year ago
checkpoint.pb.go chore: update loki modules for 3.0 release (#12433) 1 year ago
checkpoint.proto chore: update loki modules for 3.0 release (#12433) 1 year ago
checkpoint_test.go feat: add recalculateOwnedStreams to check stream ownership if the ring is changed (#13103) 12 months ago
chunk_test.go feat: Collect duplicate log line metrics (#13084) 11 months ago
encoding_test.go feat: Collect duplicate log line metrics (#13084) 11 months ago
flush.go feat(ingester): Smooth out chunk flush operations (#9994) 11 months ago
flush_test.go feat: flush not owned streams (#13254) 11 months ago
ingester.go feat(ingester): Smooth out chunk flush operations (#9994) 11 months ago
ingester_test.go feat: add recalculateOwnedStreams to check stream ownership if the ring is changed (#13103) 12 months ago
instance.go fix: stream ownership check (#13314) 11 months ago
instance_test.go feat: Collect duplicate log line metrics (#13084) 11 months ago
limiter.go feat: new stream count limiter (#13006) 1 year ago
limiter_test.go fix: not owned stream count (#13030) 1 year ago
mapper.go feat: add log patterns ingestion and query API. (#12403) 1 year ago
mapper_test.go feat: add log patterns ingestion and query API. (#12403) 1 year ago
metrics.go fix: stream ownership check (#13314) 11 months ago
owned_streams.go fix: stream ownership check (#13314) 11 months ago
owned_streams_test.go feat: flush not owned streams (#13254) 11 months ago
recalculate_owned_streams.go fix: stream ownership check (#13314) 11 months ago
recalculate_owned_streams_test.go fix: stream ownership check (#13314) 11 months ago
recovery.go fix: Track bytes discarded by ingester. (#12981) 1 year ago
recovery_test.go feat: add recalculateOwnedStreams to check stream ownership if the ring is changed (#13103) 12 months ago
replay_controller.go chore: update loki modules for 3.0 release (#12433) 1 year ago
replay_controller_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
stream.go feat: Collect duplicate log line metrics (#13084) 11 months ago
stream_rate_calculator.go chore: update loki modules for 3.0 release (#12433) 1 year ago
stream_rate_calculator_test.go Stream Sharding amortize push payloads across the observed rate. (#9414) 2 years ago
stream_test.go feat: Collect duplicate log line metrics (#13084) 11 months ago
streams_map.go Upgrade `golangci-lint` and fix linting errors (#9601) 2 years ago
streams_map_test.go feat: Collect duplicate log line metrics (#13084) 11 months ago
tailer.go chore: remove duplicate imports (#13001) 1 year ago
tailer_test.go perf: Replace channel check with atomic bool in tailer.send() (#12976) 1 year ago
wal.go chore: update loki modules for 3.0 release (#12433) 1 year ago