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 96c2bd249f Handle compaction trigger and reinitializing in DB 9 years ago
chunks Run persistence in separate goroutine 9 years ago
cmd/tsdb Rename Partition to regular DB, DB to PartitionedDB 9 years ago
labels Add merge postings 9 years ago
test Add merge postings 9 years ago
block.go Switch to sequential block names 9 years ago
compact.go Handle compaction trigger and reinitializing in DB 9 years ago
db.go Handle compaction trigger and reinitializing in DB 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 Handle compaction trigger and reinitializing in DB 9 years ago
head_test.go Add postings wrapper that emits head postings in label set order 9 years ago
postings.go Rename iterator value getters to At() 9 years ago
postings_test.go Add merge postings 9 years ago
querier.go Handle compaction trigger and reinitializing in DB 9 years ago
querier_test.go Rename shard to partition 9 years ago
reader.go Add basic compaction 9 years ago
wal.go Switch to sequential block names 9 years ago
wal_test.go Switch to sequential block names 9 years ago
writer.go Make persistence atomic 9 years ago