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 1ddedf2b30
Change series ID from uint32 to uint64
7 years ago
Documentation/format Persist series without allocating the full set 7 years ago
chunks Refactor compactor 7 years ago
cmd/tsdb Fix selection of compactable blocks 7 years ago
labels Add prefix label matcher. 7 years ago
test
testdata
tsdbutil Minor comment fixes and additions. 8 years ago
.travis.yml Reduce test timeout on Travis 7 years ago
LICENSE
README.md
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 Change series ID from uint32 to uint64 7 years ago
compact_test.go Refactor and add tests for compactor 7 years ago
db.go Re-enable head block delet test 7 years ago
db_test.go Refactor WAL into Head and misc improvements 7 years ago
db_unix.go
db_windows.go
encoding_helpers.go Incorporate PR feedback. 8 years ago
head.go Change series ID from uint32 to uint64 7 years ago
head_test.go Change series ID from uint32 to uint64 7 years ago
index.go Change series ID from uint32 to uint64 7 years ago
index_test.go Change series ID from uint32 to uint64 7 years ago
postings.go Change series ID from uint32 to uint64 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 Change series ID from uint32 to uint64 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 Change series ID from uint32 to uint64 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.