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.
 
 
 
 
 
Fabian Reinartz eeb03e97e2 Add headers and format flag for WAL segments 9 years ago
chunks Run persistence in separate goroutine 9 years ago
cmd/tsdb Break out WAL into segment files 9 years ago
labels Add merge postings 9 years ago
test Add merge postings 9 years ago
block.go Support writing to multiple head blocks 9 years ago
compact.go compaction: add fast-path for compacting mem blocks 9 years ago
db.go Break out WAL into segment files 9 years ago
db_amd64.go Add initial seriailization of block data 9 years ago
db_test.go Fix test import of labels, simplify constructor names 9 years ago
db_unix.go Add proper mmap calls 9 years ago
head.go Track appended samples properly in metric 9 years ago
head_test.go Track appended samples properly in metric 9 years ago
postings.go Fix bug of unsorted postings lists being created 9 years ago
postings_test.go Add merge postings 9 years ago
querier.go Unexport HeadBlock, export Block interface 9 years ago
querier_test.go Rename shard to partition 9 years ago
reader.go Compact based on compaction generation 9 years ago
wal.go Add headers and format flag for WAL segments 9 years ago
wal_test.go Move stats into meta.json file, cleanup, docs 9 years ago
writer.go Correctly write empty blocks and extend appenders by new blocks 9 years ago