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
Sandeep Sukhani 1923668a5d
run store queries in ingester when using tsdb as index store (#6209)
4 years ago
..
client Ensure proto definitions are formatted [2/2] (#6000) 4 years ago
index Refactoring of the Loki storage (#5833) 4 years ago
checkpoint.go Copy `cortex/pkg/cortexpb` package dependency into Loki (#5151) 4 years ago
checkpoint.pb.go Ensure proto definitions are formatted [2/2] (#6000) 4 years ago
checkpoint.proto Ensure proto definitions are formatted [2/2] (#6000) 4 years ago
checkpoint_test.go refactor: use `T.TempDir` to create temporary test directory (#5253) 4 years ago
chunk_test.go Upgrade Cortex, Prometheus and Thanos (#4830) 4 years ago
encoding.go Experimental TSDB index (#5376) 4 years ago
encoding_test.go Copy `cortex/pkg/cortexpb` package dependency into Loki (#5151) 4 years ago
flush.go fix mutability bug with labels during tsdb flushing (#6116) 4 years ago
flush_test.go Refactoring of the Loki storage (#5833) 4 years ago
ingester.go run store queries in ingester when using tsdb as index store (#6209) 4 years ago
ingester_test.go run store queries in ingester when using tsdb as index store (#6209) 4 years ago
instance.go Query filtering in the ingester and storage (#5629) 4 years ago
instance_test.go Query filtering in the ingester and storage (#5629) 4 years ago
limiter.go cleans up redundant setting of stream.unorderedWrites=true when replaying wal (#4595) 4 years ago
limiter_test.go Refactor per stream rate limit (#4213) 4 years ago
mapper.go Chore: Add pkg/util/log package (#5187) 4 years ago
mapper_test.go Upgrade Cortex, Prometheus and Thanos (#4830) 4 years ago
metrics.go WAL replay discard metrics (#4212) 4 years ago
recovery.go TSDB shipper + WAL (#6049) 4 years ago
recovery_test.go Correctly sets hash value for headblock iterator (#5423) 4 years ago
replay_controller.go Remove instance level streams lock (#5179) 4 years ago
replay_controller_test.go
stream.go Loki: Flush chunks one at a time (#5894) 4 years ago
stream_test.go Makes `tailer.droppedStreams` slice bounded. (#5334) 4 years ago
streams_map.go Lock consistencyMtx outside locking chunkMtx (#5210) 4 years ago
streams_map_test.go Lock consistencyMtx outside locking chunkMtx (#5210) 4 years ago
tailer.go Loki: When processing logs during tailing, don't reuse the query pipeline (#6152) 4 years ago
tailer_test.go Makes `tailer.droppedStreams` slice bounded. (#5334) 4 years ago
transfer.go Remove instance level streams lock (#5179) 4 years ago
transfer_test.go Remove instance level streams lock (#5179) 4 years ago
wal.go Chore: Add pkg/util/log package (#5187) 4 years ago