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
Karsten Jeschkies 287244d110
Update vendored Cortex to 0976147451ee (#3267)
4 years ago
..
client Update vendored Cortex to 0976147451ee (#3267) 4 years ago
checkpoint.go Improve ingester flush memory usage. (#3200) 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 WAL backpressure (#3218) 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 update vendored cortex and add new replace overrides (#3256) 4 years ago
flush_test.go Reverts flush buffer pooling. (#3210) 4 years ago
ingester.go WAL backpressure (#3218) 4 years ago
ingester_test.go Adds WAL support (experimental) (#2981) 5 years ago
instance.go WAL backpressure (#3218) 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 Cleanup labels parsing. (#2929) 5 years ago
mapper_test.go Cleanup labels parsing. (#2929) 5 years ago
metrics.go WAL backpressure (#3218) 4 years ago
recovery.go WAL backpressure (#3218) 4 years ago
recovery_test.go Adds WAL support (experimental) (#2981) 5 years ago
replay_controller.go WAL backpressure (#3218) 4 years ago
replay_controller_test.go WAL backpressure (#3218) 4 years ago
stream.go update vendored cortex and add new replace overrides (#3256) 4 years ago
stream_test.go WAL backpressure (#3218) 4 years ago
tailer.go update vendored cortex and add new replace overrides (#3256) 4 years ago
tailer_test.go Improve tailer matching by using the index. (#3090) 4 years ago
transfer.go update vendored cortex and add new replace overrides (#3256) 4 years ago
transfer_test.go Don't fail writes due to full WAL disk (#3136) 4 years ago
wal.go WAL backpressure (#3218) 4 years ago