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
Ed Welch 2dbdbee5e6
Loki: fix alignment of atomic 64 bit to work with 32 bit OS (#3411)
5 years ago
..
client Instrumentation: Add histogram for request duration on gRPC client to Ingesters (#3409) 5 years ago
checkpoint.go prevents duplicate log lines from being replayed. closes #3378 (#3388) 5 years ago
checkpoint.pb.go prevents duplicate log lines from being replayed. closes #3378 (#3388) 5 years ago
checkpoint.proto prevents duplicate log lines from being replayed. closes #3378 (#3388) 5 years ago
checkpoint_test.go removes recover flag (#3326) 5 years ago
chunk_test.go Fixes head chunk iterator direction. (#3383) 5 years ago
encoding.go Allocate entries array with correct size while decoding WAL entries. (#3241) 5 years ago
encoding_test.go prevents duplicate log lines from being replayed. closes #3378 (#3388) 5 years ago
flush.go adds some flushing instrumentation/logs (#3340) 5 years ago
flush_test.go adds Start() method to WAL interface to delay checkpointing until after replay (#3339) 5 years ago
ingester.go Fixes ingester stats. (#3350) 5 years ago
ingester_test.go Adds WAL support (experimental) (#2981) 5 years ago
instance.go Fixes head chunk iterator direction. (#3383) 5 years ago
instance_test.go Fixes head chunk iterator direction. (#3383) 5 years ago
limiter.go Disables the stream limiter until wal has recovered (#3114) 5 years ago
limiter_test.go Loki: Improve logging and add metrics to streams dropped by stream limit (#2012) 6 years ago
mapper.go chore: update cortex to latest and fix refs (#3295) 5 years ago
mapper_test.go Cleanup labels parsing. (#2929) 5 years ago
metrics.go adds some flushing instrumentation/logs (#3340) 5 years ago
recovery.go prevents duplicate log lines from being replayed. closes #3378 (#3388) 5 years ago
recovery_test.go prevents duplicate log lines from being replayed. closes #3378 (#3388) 5 years ago
replay_controller.go Loki: fix alignment of atomic 64 bit to work with 32 bit OS (#3411) 5 years ago
replay_controller_test.go WAL backpressure (#3218) 5 years ago
stream.go Fixes head chunk iterator direction. (#3383) 5 years ago
stream_test.go Fixes head chunk iterator direction. (#3383) 5 years ago
tailer.go chore: update cortex to latest and fix refs (#3295) 5 years ago
tailer_test.go Improve tailer matching by using the index. (#3090) 5 years ago
transfer.go chore: update cortex to latest and fix refs (#3295) 5 years ago
transfer_test.go chore: update cortex to latest and fix refs (#3295) 5 years ago
wal.go adds Start() method to WAL interface to delay checkpointing until after replay (#3339) 5 years ago