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
Cyril Tovena 72dcda165a
Adds chunk filter hook for ingesters. (#3603)
4 years ago
..
client Instrumentation: Add histogram for request duration on gRPC client to Ingesters (#3409) 4 years ago
checkpoint.go Adds chunk filter hook for ingesters. (#3603) 4 years ago
checkpoint.pb.go Revendor/cortex (#3446) 4 years ago
checkpoint.proto Revendor/cortex (#3446) 4 years ago
checkpoint_test.go Adds chunk filter hook for ingesters. (#3603) 4 years ago
chunk_test.go Fixes head chunk iterator direction. (#3383) 4 years ago
encoding.go Allocate entries array with correct size while decoding WAL entries. (#3241) 4 years ago
encoding_test.go Upgrade Cortex (#3466) 4 years ago
flush.go adds some flushing instrumentation/logs (#3340) 4 years ago
flush_test.go Adds chunk filter hook for ingesters. (#3603) 4 years ago
ingester.go Adds chunk filter hook for ingesters. (#3603) 4 years ago
ingester_test.go Adds chunk filter hook for ingesters. (#3603) 4 years ago
instance.go Adds chunk filter hook for ingesters. (#3603) 4 years ago
instance_test.go Adds chunk filter hook for ingesters. (#3603) 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 Upgrade Cortex (#3466) 4 years ago
recovery_test.go Loki: Per Tenant Runtime Configs (#3460) 4 years ago
replay_controller.go Loki: fix alignment of atomic 64 bit to work with 32 bit OS (#3411) 4 years ago
replay_controller_test.go WAL backpressure (#3218) 4 years ago
stream.go Fixes head chunk iterator direction. (#3383) 4 years ago
stream_test.go Fixes head chunk iterator direction. (#3383) 4 years ago
tailer.go check for stream selectors to have atleast one equality matcher (#3216) 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