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.
George Krajcsovits
00ab05c3b9
|
4 months ago | |
---|---|---|
.. | ||
agent | 5 months ago | |
chunkenc | 4 months ago | |
chunks | 5 months ago | |
docs | 7 months ago | |
encoding | 1 year ago | |
errors | 12 months ago | |
fileutil | 10 months ago | |
goversion | 10 months ago | |
index | 5 months ago | |
record | 5 months ago | |
testdata | 4 years ago | |
tombstones | 1 year ago | |
tsdbutil | 4 months ago | |
wlog | 4 months ago | |
.gitignore | 5 years ago | |
CHANGELOG.md | 4 years ago | |
README.md | 2 years ago | |
block.go | 5 months ago | |
block_test.go | 5 months ago | |
blockwriter.go | 5 months ago | |
blockwriter_test.go | 1 year ago | |
compact.go | 5 months ago | |
compact_test.go | 5 months ago | |
db.go | 5 months ago | |
db_test.go | 4 months ago | |
example_test.go | 1 year ago | |
exemplar.go | 6 months ago | |
exemplar_test.go | 6 months ago | |
head.go | 4 months ago | |
head_append.go | 4 months ago | |
head_bench_test.go | 12 months ago | |
head_dedupelabels.go | 5 months ago | |
head_other.go | 5 months ago | |
head_read.go | 4 months ago | |
head_read_test.go | 5 months ago | |
head_test.go | 4 months ago | |
head_wal.go | 4 months ago | |
isolation.go | 1 year ago | |
isolation_test.go | 2 years ago | |
mocks_test.go | 12 months ago | |
ooo_head.go | 4 months ago | |
ooo_head_read.go | 4 months ago | |
ooo_head_read_test.go | 5 months ago | |
ooo_head_test.go | 1 year ago | |
ooo_isolation.go | 1 year ago | |
ooo_isolation_test.go | 1 year ago | |
querier.go | 5 months ago | |
querier_bench_test.go | 10 months ago | |
querier_test.go | 5 months ago | |
repair.go | 12 months ago | |
repair_test.go | 10 months ago | |
testutil.go | 5 months ago | |
tsdbblockutil.go | 10 months 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: