prometheus/tsdb
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-04-13 19:20:22 +00:00
..
agent enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
chunkenc enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
chunks enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
docs
encoding
errors Fix context.Canceled wrapping in compaction 2023-03-23 11:10:00 +01:00
fileutil
goversion
index enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
record
testdata
tombstones
tsdbutil Name float values as "floats", not as "values" 2023-04-13 19:25:24 +02:00
wlog enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
.gitignore
block_test.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
block.go
blockwriter_test.go Name float values as "floats", not as "values" 2023-04-13 19:25:24 +02:00
blockwriter.go
CHANGELOG.md
compact_test.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
compact.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
db_test.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
db.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
example_test.go
exemplar_test.go
exemplar.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
head_append.go tsdb: Improve a couple of histogram documentation comments 2023-04-07 18:06:27 +02:00
head_bench_test.go
head_read_test.go
head_read.go tsdb: Fix a comment in tsdb/head_read.go 2023-03-21 15:15:36 +05:30
head_test.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
head_wal.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
head.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
isolation_test.go
isolation.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
mocks_test.go
ooo_head_read_test.go Name float values as "floats", not as "values" 2023-04-13 19:25:24 +02:00
ooo_head_read.go Add unit test and also protect truncateOOO 2023-02-10 15:18:17 +01:00
ooo_head_test.go Name float values as "floats", not as "values" 2023-04-13 19:25:24 +02:00
ooo_head.go Name float values as "floats", not as "values" 2023-04-13 19:25:24 +02:00
querier_bench_test.go Optimization on mergedStringIter (#12132) 2023-03-27 17:10:45 +05:30
querier_test.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
querier.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +00:00
README.md
repair_test.go
repair.go
tsdbblockutil.go
wal_test.go
wal.go enable gocritic, unconvert and unused linters 2023-04-13 19:20:22 +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: