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/storage/stores/tsdb
Owen Diehl 2bfe626605
reintroduce mmap for tsdb indices (#7321)
3 years ago
..
index reintroduce mmap for tsdb indices (#7321) 3 years ago
testdata Moves TSDB to the stores package. (#5852) 4 years ago
testutil Moves TSDB to the stores package. (#5852) 4 years ago
bounds.go Moves TSDB to the stores package. (#5852) 4 years ago
bounds_test.go Moves TSDB to the stores package. (#5852) 4 years ago
builder.go build and hook tsdb compaction code to the generic index compactor (#6627) 4 years ago
compact.go Tsdb tenant index querying (#6598) 4 years ago
compact_test.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
compactor.go Add timeouts to deletions (#6879) 3 years ago
compactor_test.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
head.go tsdb: clean-up metrics (#7150) 3 years ago
head_manager.go Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
head_manager_test.go tsdb: build tsdb from tenantheads (#7036) 3 years ago
head_read.go TSDB shipper + WAL (#6049) 4 years ago
head_wal.go TSDB shipper + WAL (#6049) 4 years ago
head_wal_test.go TSDB shipper + WAL (#6049) 4 years ago
identifier.go Tsdb tenant index querying (#6598) 4 years ago
identifier_test.go Tsdb tenant index querying (#6598) 4 years ago
index.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
index_client.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
index_client_test.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
index_shipper_querier.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
lazy_index.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
manager.go Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
multi_file_index.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
multi_file_index_test.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
multitenant.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
pool.go TSDB/index-sampling-wiring (#6338) 4 years ago
querier.go Moves TSDB to the stores package. (#5852) 4 years ago
querier_test.go Tsdb tenant index querying (#6598) 4 years ago
single_file_index.go chunks: decode varints directly from byte buffer; stop panicing on some corrupt inputs (#7264) 3 years ago
single_file_index_test.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
store.go refactor index storage code to index reader/writer interfaces for better monitoring (#7154) 3 years ago
util_test.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago