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
Goutham Veeramachaneni efb0dfe1be
Implement Postings Iterator Over Bytes
8 years ago
chunks Lint and Vet Fixes 8 years ago
cmd/tsdb Lint and Vet Fixes 8 years ago
labels Lint and Vet Fixes 8 years ago
test
testdata
tsdbutil Move BufferedSeriesIterator in own package 8 years ago
block.go Trigger reload correctly on interrupted compaction 8 years ago
chunks.go Add composed Block interfaces, remove head generation 8 years ago
chunks_test.go
compact.go Fix wrong comparison in head block resorting 8 years ago
db.go Actually close olds blocks in reloadBlocks 8 years ago
db_test.go
db_unix.go
head.go Actually close olds blocks in reloadBlocks 8 years ago
head_test.go Drop position mapper from head block 8 years ago
index.go Implement Postings Iterator Over Bytes 8 years ago
index_test.go
postings.go Implement Postings Iterator Over Bytes 8 years ago
postings_test.go
querier.go Move BufferedSeriesIterator in own package 8 years ago
querier_test.go Move BufferedSeriesIterator in own package 8 years ago
wal.go Merge branch 'master' of github.com:fabxc/tsdb 8 years ago
wal_test.go