prometheus/tsdb
Christian Simon 9781e51f59
Correct spelling of "iterable" (#8713)
Signed-off-by: Christian Simon <simon@swine.de>
2021-04-12 21:43:42 +01:00
..
chunkenc
chunks Fixed TestChunkDiskMapper_WriteChunk_Chunk_IterateChunks for go1.16 (#8538) 2021-02-25 14:38:12 +05:30
docs/format
encoding
errors
fileutil
goversion
index
record
test
testdata
tombstones
tsdbutil
wal Fix golint issue caused by typo 2021-04-12 09:57:41 +08:00
.gitignore
block.go
block_test.go
blockwriter.go add changes per comments, fix tests 2021-03-20 12:38:30 -07:00
blockwriter_test.go fix failing blockwriter tests 2021-03-01 06:16:05 -08:00
CHANGELOG.md
compact.go
compact_test.go
db.go GetRef() now returns the label set (#8641) 2021-03-24 15:24:58 +00:00
db_test.go
exemplar.go Add circular in-memory exemplars storage (#6635) 2021-03-16 15:17:45 +05:30
exemplar_test.go Add circular in-memory exemplars storage (#6635) 2021-03-16 15:17:45 +05:30
head.go GetRef() now returns the label set (#8641) 2021-03-24 15:24:58 +00:00
head_bench_test.go TSDB: optimize series creation on PreCreation() failure (#8620) 2021-03-18 20:53:50 +05:30
head_test.go Add circular in-memory exemplars storage (#6635) 2021-03-16 15:17:45 +05:30
isolation.go
isolation_test.go
mocks_test.go
querier.go Correct spelling of "iterable" (#8713) 2021-04-12 21:43:42 +01:00
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: