prometheus/tsdb
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21
Prevent adding back golang.org/x/exp/slices.

Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2024-02-28 14:54:53 +01:00
..
agent tsdb tests: make work with labels SymbolTable 2024-02-26 11:45:25 +00:00
chunkenc
chunks Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
docs
encoding
errors
fileutil
goversion
index Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
record tsdb tests: make work with labels SymbolTable 2024-02-26 11:45:25 +00:00
testdata
tombstones
tsdbutil
wlog Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
.gitignore
block_test.go
block.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
blockwriter_test.go
blockwriter.go
CHANGELOG.md
compact_test.go
compact.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
db_test.go tsdb tests: make work with labels SymbolTable 2024-02-26 11:45:25 +00:00
db.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
example_test.go
exemplar_test.go
exemplar.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
head_append.go
head_bench_test.go
head_read_test.go
head_read.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
head_test.go tsdb tests: make work with labels SymbolTable 2024-02-26 11:45:25 +00:00
head_wal.go
head.go
isolation_test.go
isolation.go
mocks_test.go
ooo_head_read_test.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
ooo_head_read.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
ooo_head_test.go
ooo_head.go
ooo_isolation_test.go
ooo_isolation.go
querier_bench_test.go
querier_test.go
querier.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
README.md
repair_test.go
repair.go
tsdbblockutil.go
wal_test.go tsdb tests: make work with labels SymbolTable 2024-02-26 11:45:25 +00:00
wal.go

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: