prometheus/tsdb
Marco Pracucci 56f926c62c
Fixed linter issues
Signed-off-by: Marco Pracucci <marco@pracucci.com>
2021-11-03 10:35:29 +01:00
..
agent Fix imports formatting 2021-11-02 19:52:34 +01:00
chunkenc improve bstream comments and doc (#9560) 2021-10-25 18:44:15 +05:30
chunks Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
docs improve bstream comments and doc (#9560) 2021-10-25 18:44:15 +05:30
encoding Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
errors Address golint failures from revive 2021-10-23 00:53:11 +02:00
fileutil Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
goversion
hashcache Test that approxBytesPerEntry const is correct 2021-10-11 15:15:56 +02:00
index Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
record Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
test Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
testdata
tombstones Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
tsdbutil Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
wal Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
.gitignore
block.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
block_test.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
compact_test.go Fixed linter issues 2021-11-03 10:35:29 +01:00
db.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
db_test.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
exemplar.go Fix imports formatting 2021-11-02 19:52:34 +01:00
exemplar_test.go Fix imports formatting 2021-11-02 19:52:34 +01:00
head.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
head_append.go Add Head.AppendableMinValidTime() (#9643) 2021-11-03 13:09:54 +05:30
head_bench_test.go
head_read.go Implement PostingsCloner and implement promise/future pattern for PostingsForMatchers (#14) 2021-10-07 15:16:09 +02:00
head_test.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
head_wal.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
isolation.go
isolation_test.go
mocks_test.go
postings_for_matchers_cache.go Implement PostingsCloner and implement promise/future pattern for PostingsForMatchers (#14) 2021-10-07 15:16:09 +02:00
postings_for_matchers_cache_test.go Implement PostingsCloner and implement promise/future pattern for PostingsForMatchers (#14) 2021-10-07 15:16:09 +02:00
querier.go Upgrade upstream Prometheus 2021-11-03 10:25:35 +01:00
querier_bench_test.go Fixed linter issues 2021-11-03 10:35:29 +01:00
querier_test.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
README.md improve bstream comments and doc (#9560) 2021-10-25 18:44:15 +05:30
repair.go
repair_test.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
symbols_batch.go Fixed linter issues 2021-11-03 10:35:29 +01:00
symbols_batch_test.go Address review feedback. 2021-10-06 11:04:37 +02:00
tsdbblockutil.go
wal.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
wal_test.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00

TSDB

GoPkg

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 and bstream details.

A series of blog posts explaining different components of TSDB: