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 c808928b90
SeriesWriter -> ChunkWriter
8 years ago
chunks Run persistence in separate goroutine 8 years ago
cmd/tsdb Add full encode/decode WAL cycle test 8 years ago
labels Add merge postings 8 years ago
test Add merge postings 8 years ago
testdata Add full encode/decode WAL cycle test 8 years ago
block.go Support multiple chunk files in read path 8 years ago
compact.go SeriesWriter -> ChunkWriter 8 years ago
db.go Break out WAL into segment files 8 years ago
db_amd64.go Add initial seriailization of block data 8 years ago
db_test.go Fix test import of labels, simplify constructor names 8 years ago
db_unix.go Add proper mmap calls 8 years ago
head.go Support multiple chunk files in read path 8 years ago
head_test.go Add full encode/decode WAL cycle test 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 Support multiple chunk files in read path 8 years ago
querier_test.go Rename shard to partition 8 years ago
reader.go Support multiple chunk files in read path 8 years ago
wal.go Use Castagnoli polynomial for CRC32s; cache them 8 years ago
wal_test.go Add full encode/decode WAL cycle test 8 years ago
writer.go SeriesWriter -> ChunkWriter 8 years ago