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 fb9da52b11 Add more verbose error handling for closing, reduce locking 8 years ago
Documentation/format Allocate and cache strings for persisted blocks 8 years ago
chunks Refactor compactor 8 years ago
cmd/tsdb Create series with ID recorded in WAL when reading it back 8 years ago
fileutil Remove dependency on etcd/pkg/fileutil 8 years ago
labels Replace single head lock with granular locks 8 years ago
test Replace single head lock with granular locks 8 years ago
testdata Add full encode/decode WAL cycle test 9 years ago
tsdbutil Minor comment fixes and additions. 9 years ago
.travis.yml Reduce test timeout on Travis 9 years ago
LICENSE Add license file 9 years ago
README.md Add README 9 years ago
block.go Add more verbose error handling for closing, reduce locking 8 years ago
block_test.go Incorporate PR feedback. 9 years ago
chunks.go Add more verbose error handling for closing, reduce locking 8 years ago
chunks_test.go Expose Intervals type for use by TombstoneReader. 8 years ago
compact.go Add more verbose error handling for closing, reduce locking 8 years ago
compact_test.go Refactor and add tests for compactor 8 years ago
db.go Add more verbose error handling for closing, reduce locking 8 years ago
db_test.go Add more verbose error handling for closing, reduce locking 8 years ago
db_unix.go Add liecence file and headers 9 years ago
db_windows.go Add liecence file and headers 9 years ago
encoding_helpers.go Allocate and cache strings for persisted blocks 8 years ago
head.go Add more verbose error handling for closing, reduce locking 8 years ago
head_test.go Add more verbose error handling for closing, reduce locking 8 years ago
index.go Add more verbose error handling for closing, reduce locking 8 years ago
index_test.go Add more verbose error handling for closing, reduce locking 8 years ago
postings.go Load postings in batch on startup 8 years ago
postings_test.go Load postings in batch on startup 8 years ago
querier.go Add more verbose error handling for closing, reduce locking 8 years ago
querier_test.go Replace single head lock with granular locks 8 years ago
tombstones.go Add more verbose error handling for closing, reduce locking 8 years ago
tombstones_test.go Change series ID from uint32 to uint64 8 years ago
wal.go Instrument WAL corruptions 8 years ago
wal_test.go Instrument WAL fsync 8 years ago

README.md

TSDB

This repository contains the new Prometheus storage layer that will be used in its 2.0 release.

A writeup of its design can be found here.