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
Owen Diehl 47e7ec5ec6
adds some flushing instrumentation/logs (#3340)
4 years ago
..
client Update vendored Cortex to 0976147451ee (#3267) 4 years ago
checkpoint.go chore: update cortex to latest and fix refs (#3295) 4 years ago
checkpoint.pb.go Rename checkpoint proto package to avoid conflict with cortex. (#3217) 4 years ago
checkpoint.proto Rename checkpoint proto package to avoid conflict with cortex. (#3217) 4 years ago
checkpoint_test.go removes recover flag (#3326) 4 years ago
chunk_test.go Fixes a panic with the logql.NoopPipeline. (#2901) 5 years ago
encoding.go Allocate entries array with correct size while decoding WAL entries. (#3241) 4 years ago
encoding_test.go WAL backpressure (#3218) 4 years ago
flush.go adds some flushing instrumentation/logs (#3340) 4 years ago
flush_test.go adds Start() method to WAL interface to delay checkpointing until after replay (#3339) 4 years ago
ingester.go adds Start() method to WAL interface to delay checkpointing until after replay (#3339) 4 years ago
ingester_test.go Adds WAL support (experimental) (#2981) 5 years ago
instance.go Loki: fix validation error and metrics (#3307) 4 years ago
instance_test.go swaps mutex for atomic (#3141) 4 years ago
limiter.go Disables the stream limiter until wal has recovered (#3114) 4 years ago
limiter_test.go Loki: Improve logging and add metrics to streams dropped by stream limit (#2012) 5 years ago
mapper.go chore: update cortex to latest and fix refs (#3295) 4 years ago
mapper_test.go Cleanup labels parsing. (#2929) 5 years ago
metrics.go adds some flushing instrumentation/logs (#3340) 4 years ago
recovery.go chore: update cortex to latest and fix refs (#3295) 4 years ago
recovery_test.go Adds WAL support (experimental) (#2981) 5 years ago
replay_controller.go adds some flushing instrumentation/logs (#3340) 4 years ago
replay_controller_test.go WAL backpressure (#3218) 4 years ago
stream.go chore: update cortex to latest and fix refs (#3295) 4 years ago
stream_test.go WAL backpressure (#3218) 4 years ago
tailer.go chore: update cortex to latest and fix refs (#3295) 4 years ago
tailer_test.go Improve tailer matching by using the index. (#3090) 4 years ago
transfer.go chore: update cortex to latest and fix refs (#3295) 4 years ago
transfer_test.go chore: update cortex to latest and fix refs (#3295) 4 years ago
wal.go adds Start() method to WAL interface to delay checkpointing until after replay (#3339) 4 years ago