prometheus/tsdb
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2019-08-13 13:58:49 +05:30
..
.github Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
chunkenc Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
chunks Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
cmd/tsdb Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
docs/format Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
encoding Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
errors Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
fileutil Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
goversion Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
index Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
labels Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
test Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
testdata Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
testutil Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
tsdbutil Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
wal Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
.gitignore Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
.golangci.yml Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
.travis.yml Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
block.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
block_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
CHANGELOG.md Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
checkpoint.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
checkpoint_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
compact.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
compact_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
db.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
db_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
go.mod Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
go.sum Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
head.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
head_bench_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
head_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
LICENSE Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
MAINTAINERS.md Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
Makefile Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
Makefile.common Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
mocks_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
querier.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
querier_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
README.md Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
record.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
record_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
repair.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
repair_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
tombstones.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
tombstones_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
wal.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
wal_test.go Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30

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.

Based on the Gorilla TSDB white papers.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.