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