prometheus/tsdb
Marco Pracucci fbe211d3a8
Do not break exported functions signatures (#6)
Signed-off-by: Marco Pracucci <marco@pracucci.com>
2021-08-20 18:37:47 +02:00
..
chunkenc remove redundant parentheses (#9134) 2021-07-29 18:26:57 +05:30
chunks remove redundant parentheses (#9134) 2021-07-29 18:26:57 +05:30
docs/format
encoding
errors
fileutil
goversion
hashcache Added series hash cache support to TSDB (#5) 2021-08-17 13:31:08 +00:00
index Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
record
test
testdata
tombstones
tsdbutil
wal
.gitignore
block.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
block_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
blockwriter.go
blockwriter_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
CHANGELOG.md
compact.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
compact_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
db.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
db_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
exemplar.go
exemplar_test.go
head.go Added sharding support to Querier.Select() (#1) 2021-08-13 12:37:41 +02:00
head_append.go Breakdown tsdb/head.go into multiple files (#9147) 2021-08-03 14:14:26 +02:00
head_bench_test.go
head_read.go Improve sharding tests and comments (#4) 2021-08-13 15:16:03 +02:00
head_test.go Improve sharding tests and comments (#4) 2021-08-13 15:16:03 +02:00
head_wal.go Enhanced WAL replay for duplicate series record (#7438) 2021-08-03 20:03:54 +05:30
isolation.go Add present_over_time (#9097) 2021-07-29 12:38:11 +02:00
isolation_test.go
mocks_test.go
querier.go Added sharding support to Querier.Select() (#1) 2021-08-13 12:37:41 +02:00
querier_bench_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
querier_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
README.md
repair.go
repair_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
tsdbblockutil.go
wal.go
wal_test.go

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.

A series of blog posts explaining different components of TSDB: