The Prometheus monitoring system and time series database.
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.
 
 
 
 
 
Go to file
Fabian Reinartz e825a0b40c
Make mapper updates asynchronous
8 years ago
chunks Run persistence in separate goroutine 8 years ago
cmd/tsdb Remove Partitioned* code 8 years ago
labels Misc cleanups 8 years ago
test Add merge postings 8 years ago
testdata Add full encode/decode WAL cycle test 8 years ago
block.go Write meta.json file atomically 8 years ago
chunks.go Split persistence by chunk/index instead of read/write 8 years ago
chunks_test.go Split persistence by chunk/index instead of read/write 8 years ago
compact.go Correctly close compacted blocks. 8 years ago
db.go Fix loading of persisted blocks 8 years ago
db_test.go Misc cleanups 8 years ago
db_unix.go Add proper mmap calls 8 years ago
head.go Make mapper updates asynchronous 8 years ago
head_test.go Test updates 8 years ago
index.go Split persistence by chunk/index instead of read/write 8 years ago
index_test.go Add test for Index postings querying 8 years ago
postings.go Fix bug of unsorted postings lists being created 8 years ago
postings_test.go Add merge postings 8 years ago
querier.go Simplify and split up iterators 8 years ago
querier_test.go Rename shard to partition 8 years ago
wal.go Test multiple full write/restore cylcles in WAL 8 years ago
wal_test.go Test multiple full write/restore cylcles in WAL 8 years ago