prometheus/tsdb
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-12-07 11:35:01 +00:00
..
agent feat(tsdb/agent): notify remote storage when commit happens (#13223) 2023-12-01 14:00:26 -08:00
chunkenc golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
chunks golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
docs
encoding
errors Enable default revive rules (#13068) 2023-11-29 17:23:34 +00:00
fileutil
goversion
index golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
record golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
testdata
tombstones
tsdbutil Change ChunkReader.Chunk() to ChunkOrIterable() 2023-11-28 11:14:29 +01:00
wlog golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
.gitignore
block.go Change ChunkReader.Chunk() to ChunkOrIterable() 2023-11-28 11:14:29 +01:00
block_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
blockwriter.go
blockwriter_test.go
CHANGELOG.md
compact.go
compact_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
db.go Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks (#13115) 2023-11-24 12:38:38 +01:00
db_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
example_test.go
exemplar.go
exemplar_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
head.go tsdb: Make sure the cache for postings cardinality properly honors the label name (#12653) 2023-11-28 13:54:37 +00:00
head_append.go
head_bench_test.go
head_read.go Change ChunkReader.Chunk() to ChunkOrIterable() 2023-11-28 11:14:29 +01:00
head_read_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
head_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
head_wal.go
isolation.go
isolation_test.go tsdb: turn off transaction isolation for head compaction (#11317) 2022-09-27 19:31:23 +05:30
mocks_test.go
ooo_head.go Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks (#13115) 2023-11-24 12:38:38 +01:00
ooo_head_read.go Change ChunkReader.Chunk() to ChunkOrIterable() 2023-11-28 11:14:29 +01:00
ooo_head_read_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
ooo_head_test.go
ooo_isolation.go Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks (#13115) 2023-11-24 12:38:38 +01:00
ooo_isolation_test.go Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks (#13115) 2023-11-24 12:38:38 +01:00
querier.go Fix chunks iterator bug when tombstone covers a whole chunk (#13209) 2023-11-29 11:24:04 +01:00
querier_bench_test.go
querier_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00
README.md Fixed broken link in tsdb README.md 2022-10-07 16:20:20 +00:00
repair.go
repair_test.go
tsdbblockutil.go
wal.go
wal_test.go golangci-lint: enable testifylint linter (#13254) 2023-12-07 11:35:01 +00:00

TSDB

GoPkg

This directory contains the Prometheus TSDB (Time Series DataBase) library, which handles storage and querying of all Prometheus v2 data.

Documentation

External resources

A series of blog posts explaining different components of TSDB: