The Prometheus monitoring system and time series database.
Find a file
Ganesh Vernekar 61d0868966 Fix TestCorrectNumTombstones (#399)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2018-09-28 13:26:29 +03:00
chunkenc
chunks
cmd/tsdb
docs/format
fileutil
index
labels
test
testdata
testutil
tsdbutil
wal
.gitignore
.travis.yml
block.go
block_test.go
checkpoint.go
checkpoint_test.go
compact.go
compact_test.go
db.go
db_test.go
encoding_helpers.go
head.go
head_test.go
LICENSE
Makefile
Makefile.common
querier.go
querier_test.go
README.md
record.go
record_test.go
repair.go
repair_test.go
tombstones.go
tombstones_test.go
wal.go
wal_test.go

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.