prometheus/tsdb
Levi Harrison b5f6f8fb36 Switched to go-kit/log
Signed-off-by: Levi Harrison <git@leviharrison.dev>
2021-06-11 12:28:36 -04:00
..
chunkenc Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
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 MultiError: Refactored MultiError for more concise and safe usage. (#8066) 2020-10-28 15:24:58 +00:00
fileutil
goversion
index typos correct 2021-05-20 09:52:33 +08:00
record Add Exemplar Remote Write support (#8296) 2021-05-06 13:53:52 -07:00
test
testdata
tombstones Switched to go-kit/log 2021-06-11 12:28:36 -04:00
tsdbutil storage: Split chunks if more than 120 samples (#8582) 2021-05-18 18:37:16 +02:00
wal Switched to go-kit/log 2021-06-11 12:28:36 -04:00
.gitignore
block_test.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
block.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
blockwriter_test.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
blockwriter.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
CHANGELOG.md Rename default branch to main 2021-02-22 20:28:02 +01:00
compact_test.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
compact.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
db_test.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
db.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
exemplar_test.go typos correct 2021-05-20 09:52:33 +08:00
exemplar.go validate exemplar labelSet length first (#8816) 2021-05-12 20:17:05 +05:30
head_bench_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00
head_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00
head.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
isolation_test.go
isolation.go
mocks_test.go
querier_bench_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00
querier_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00
querier.go Correct spelling of "iterable" (#8713) 2021-04-12 21:43:42 +01:00
README.md Link blog post on TSDB queries in tsdb/README.md (#8391) 2021-01-21 17:14:40 +05:30
repair_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00
repair.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
tsdbblockutil.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
wal_test.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00
wal.go Switched to go-kit/log 2021-06-11 12:28:36 -04:00

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: