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 944b488bd2
logs more metadata when failing to recover head from WAL in TSDB (#8250)
3 years ago
..
index tsdb post compaction cleanup (#7502) 3 years ago
testdata Moves TSDB to the stores package. (#5852) 4 years ago
testutil Remove dependency on thanos-io/thanos (#8227) 3 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
compactor.go Prevent IndexShipper from leaking mutex accesses. (#7548) 3 years ago
compactor_test.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
head.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
head_manager.go logs more metadata when failing to recover head from WAL in TSDB (#8250) 3 years ago
head_manager_test.go Prevent IndexShipper from leaking mutex accesses. (#7548) 3 years ago
head_read.go TSDB shipper + WAL (#6049) 4 years ago
head_wal.go Update Prometheus dependency to latest release (v2.40.4) (#7826) 3 years ago
head_wal_test.go TSDB explicit fingerprint (#7362) 3 years ago
identifier.go mmap tsdb index file while opening it for querying (#7338) 3 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 Prevent IndexShipper from leaking mutex accesses. (#7548) 3 years ago
index_shipper_querier.go Prevent IndexShipper from leaking mutex accesses. (#7548) 3 years ago
lazy_index.go avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
manager.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
multi_file_index.go Prevent IndexShipper from leaking mutex accesses. (#7548) 3 years ago
multi_file_index_test.go Prevent IndexShipper from leaking mutex accesses. (#7548) 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 mmap tsdb index file while opening it for querying (#7338) 3 years ago
single_file_index_test.go TSDB explicit fingerprint (#7362) 3 years ago
store.go index-store: fix indexing of chunks overlapping multiple schemas (#8251) 3 years ago
util_test.go mmap tsdb index file while opening it for querying (#7338) 3 years ago