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 1a5573b4ce Migrate write ahead log 6 years ago
chunkenc
chunks
cmd/tsdb
docs/format Address comments 6 years ago
fileutil Add checkpointing of WAL segments 6 years ago
index
labels
test
testdata
testutil
tsdbutil
wal Address comments 6 years ago
.gitignore
.travis.yml
LICENSE
README.md
block.go
block_test.go
checkpoint.go Address comments 6 years ago
checkpoint_test.go Integrate new WAL and checkpoints 6 years ago
compact.go
compact_test.go
db.go Migrate write ahead log 6 years ago
db_test.go Ensure blocks are time-ordered in memory 6 years ago
encoding_helpers.go
head.go Migrate write ahead log 6 years ago
head_test.go Integrate new WAL and checkpoints 6 years ago
querier.go
querier_test.go
record.go Add checkpointing of WAL segments 6 years ago
record_test.go Add checkpointing of WAL segments 6 years ago
repair.go
repair_test.go
tombstones.go
tombstones_test.go
wal.go Migrate write ahead log 6 years ago
wal_test.go Migrate write ahead log 6 years ago

README.md

TSDB Build Status

GoDoc Go Report Card

This repository contains the Prometheus storage layer that is used in its 2.x releases.

A writeup of its design can be found here.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.