mirror of https://github.com/prometheus/prometheus
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.
beorn7
aa82fe198f
|
1 year ago | |
---|---|---|
.. | ||
agent | 1 year ago | |
chunkenc | 1 year ago | |
chunks | 1 year ago | |
docs | ||
encoding | ||
errors | ||
fileutil | ||
goversion | ||
index | 1 year ago | |
record | ||
testdata | ||
tombstones | ||
tsdbutil | 1 year ago | |
wlog | 1 year ago | |
.gitignore | ||
CHANGELOG.md | ||
README.md | ||
block.go | ||
block_test.go | 1 year ago | |
blockwriter.go | ||
blockwriter_test.go | ||
compact.go | ||
compact_test.go | 1 year ago | |
db.go | 1 year ago | |
db_test.go | 1 year ago | |
example_test.go | ||
exemplar.go | 1 year ago | |
exemplar_test.go | ||
head.go | 1 year ago | |
head_append.go | 1 year ago | |
head_bench_test.go | 1 year ago | |
head_read.go | 1 year ago | |
head_read_test.go | 1 year ago | |
head_test.go | 1 year ago | |
head_wal.go | 1 year ago | |
isolation.go | ||
isolation_test.go | ||
mocks_test.go | ||
ooo_head.go | ||
ooo_head_read.go | 1 year ago | |
ooo_head_read_test.go | 1 year ago | |
ooo_head_test.go | ||
querier.go | 1 year ago | |
querier_bench_test.go | ||
querier_test.go | 1 year ago | |
repair.go | ||
repair_test.go | ||
tsdbblockutil.go | ||
wal.go | 1 year ago | |
wal_test.go | 1 year ago |
README.md
TSDB
This directory contains the Prometheus TSDB (Time Series DataBase) library, which handles storage and querying of all Prometheus v2 data.
Documentation
External resources
- A writeup of the original design can be found here.
- Video: Storing 16 Bytes at Scale from PromCon 2017.
- Compression is based on the Gorilla TSDB white paper.
A series of blog posts explaining different components of TSDB: