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.
Bryan Boreham
1bfb3ed062
|
1 year ago | |
---|---|---|
.. | ||
agent | 1 year ago | |
chunkenc | 1 year ago | |
chunks | 1 year ago | |
docs | ||
encoding | 1 year ago | |
errors | 1 year ago | |
fileutil | ||
goversion | ||
index | 1 year ago | |
record | 1 year ago | |
testdata | ||
tombstones | 1 year ago | |
tsdbutil | ||
wlog | 1 year ago | |
.gitignore | ||
CHANGELOG.md | ||
README.md | ||
block.go | 1 year ago | |
block_test.go | 1 year ago | |
blockwriter.go | ||
blockwriter_test.go | ||
compact.go | 1 year ago | |
compact_test.go | 1 year ago | |
db.go | 1 year ago | |
db_test.go | 1 year ago | |
example_test.go | 1 year ago | |
exemplar.go | 1 year ago | |
exemplar_test.go | ||
head.go | 1 year ago | |
head_append.go | 1 year ago | |
head_bench_test.go | ||
head_read.go | 1 year ago | |
head_read_test.go | ||
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 | 1 year ago | |
querier.go | 1 year ago | |
querier_bench_test.go | 1 year ago | |
querier_test.go | 1 year ago | |
repair.go | ||
repair_test.go | 1 year ago | |
tsdbblockutil.go | ||
wal.go | 1 year ago | |
wal_test.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: