prometheus/tsdb
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2019-08-13 14:04:14 +05:30
..
chunkenc Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
chunks Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
cmd/tsdb Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
docs/format
encoding
errors
fileutil Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
goversion Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
index Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
labels Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
test Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
testdata
testutil
tsdbutil Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
wal Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
.gitignore
block_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
block.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
CHANGELOG.md
checkpoint_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
checkpoint.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
compact_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
compact.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
db_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
db.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
head_bench_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
head_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
head.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
MAINTAINERS.md
mocks_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
querier_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
querier.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
README.md
record_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
record.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
repair_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
repair.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
tombstones_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
tombstones.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
wal_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30
wal.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +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.