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 c36d574290
Replace single head lock with granular locks
7 years ago
Documentation/format Persist series without allocating the full set 7 years ago
chunks Refactor compactor 7 years ago
cmd/tsdb Replace single head lock with granular locks 7 years ago
labels Replace single head lock with granular locks 7 years ago
test Replace single head lock with granular locks 7 years ago
testdata Add full encode/decode WAL cycle test 8 years ago
tsdbutil Minor comment fixes and additions. 8 years ago
.travis.yml Reduce test timeout on Travis 7 years ago
LICENSE Add license file 8 years ago
README.md Add README 8 years ago
block.go Change series ID from uint32 to uint64 7 years ago
block_test.go Incorporate PR feedback. 8 years ago
chunks.go Refactor WAL into Head and misc improvements 7 years ago
chunks_test.go Expose Intervals type for use by TombstoneReader. 7 years ago
compact.go Replace single head lock with granular locks 7 years ago
compact_test.go Refactor and add tests for compactor 7 years ago
db.go Replace single head lock with granular locks 7 years ago
db_test.go Replace single head lock with granular locks 7 years ago
db_unix.go Add liecence file and headers 8 years ago
db_windows.go Add liecence file and headers 8 years ago
encoding_helpers.go Incorporate PR feedback. 8 years ago
head.go Replace single head lock with granular locks 7 years ago
head_test.go Replace single head lock with granular locks 7 years ago
index.go Change series ID from uint32 to uint64 7 years ago
index_test.go Replace single head lock with granular locks 7 years ago
postings.go Replace single head lock with granular locks 7 years ago
postings_test.go Change series ID from uint32 to uint64 7 years ago
querier.go Remove multiple heads 7 years ago
querier_test.go Replace single head lock with granular locks 7 years ago
tombstones.go Change series ID from uint32 to uint64 7 years ago
tombstones_test.go Change series ID from uint32 to uint64 7 years ago
wal.go Replace single head lock with granular locks 7 years ago
wal_test.go Change series ID from uint32 to uint64 7 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.