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