prometheus/tsdb
kjinan 24869ff2d0 typos correct
Signed-off-by: kjinan <2008kongxiangsheng@163.com>
2021-05-14 09:34:44 +08:00
..
chunkenc
chunks Stop the bleed on chunk mapper panic (#8723) 2021-05-06 14:18:59 -06:00
docs/format Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
encoding
errors
fileutil
goversion
index
record Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
test
testdata
tombstones
tsdbutil
wal Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
.gitignore
block.go
block_test.go
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go Add support for smaller block chunk segment allocations (#8478) 2021-04-15 14:25:01 +05:30
compact_test.go
db.go Add support for smaller block chunk segment allocations (#8478) 2021-04-15 14:25:01 +05:30
db_test.go Stop the bleed on chunk mapper panic (#8723) 2021-05-06 14:18:59 -06:00
exemplar.go validate exemplar labelSet length first (#8816) 2021-05-12 20:17:05 +05:30
exemplar_test.go Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
head.go Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
head_bench_test.go
head_test.go typos correct 2021-05-14 09:34:44 +08:00
isolation.go
isolation_test.go
mocks_test.go
querier.go
querier_bench_test.go
querier_test.go
README.md
repair.go
repair_test.go
tsdbblockutil.go
wal.go
wal_test.go

TSDB

GoDoc

This directory contains the Prometheus storage layer that is used in its 2.x releases.

A writeup of its design can be found here.

Based on the Gorilla TSDB white papers.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.

A series of blog posts explaining different components of TSDB: