prometheus/tsdb
2021-02-25 14:38:12 +05:30
..
chunkenc Testify: move to require () 2020-10-29 09:43:23 +00:00
chunks Fixed TestChunkDiskMapper_WriteChunk_Chunk_IterateChunks for go1.16 () 2021-02-25 14:38:12 +05:30
docs/format
encoding
errors
fileutil
goversion
index Add matchers to LabelValues() call () 2021-02-09 23:08:35 +05:30
record Testify: move to require () 2020-10-29 09:43:23 +00:00
test
testdata
tombstones Testify: move to require () 2020-10-29 09:43:23 +00:00
tsdbutil Testify: move to require () 2020-10-29 09:43:23 +00:00
wal Compress records before checking segment size () 2021-02-17 18:45:49 +05:30
.gitignore
block.go Rolling tombstones clean up () 2021-02-17 11:02:43 +05:30
block_test.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
blockwriter.go Combine NewHead() args into a HeadOptions struct () 2021-02-09 19:42:48 +05:30
blockwriter_test.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
CHANGELOG.md Rename default branch to main 2021-02-22 20:28:02 +01:00
compact.go Increase the buckets for compaction duration () 2021-01-25 18:12:18 +00:00
compact_test.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
db.go Rolling tombstones clean up () 2021-02-17 11:02:43 +05:30
db_test.go Fix DB tests in the default branch 2021-02-18 23:56:27 +01:00
head.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
head_bench_test.go Combine NewHead() args into a HeadOptions struct () 2021-02-09 19:42:48 +05:30
head_test.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
isolation.go
isolation_test.go
mocks_test.go
querier.go Add matchers to LabelValues() call () 2021-02-09 23:08:35 +05:30
querier_bench_test.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
querier_test.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
README.md Link blog post on TSDB queries in tsdb/README.md () 2021-01-21 17:14:40 +05:30
repair.go
repair_test.go Testify: move to require () 2020-10-29 09:43:23 +00:00
tsdbblockutil.go Combine Appender.Add and AddFast into a single Append method. () 2021-02-18 17:37:00 +05:30
wal.go Update golangci-lint to 1.36.0 2021-02-04 08:53:33 -06:00
wal_test.go Testify: move to require () 2020-10-29 09:43:23 +00: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: