The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Oleg Zaytsev f997c72f29
Make head block ULIDs descriptive (#13100)
1 year ago
..
agent
chunkenc
chunks
docs
encoding
errors tsdb/errors: fix errorlint linter 1 year ago
fileutil tsdb/fileutil: use Go standard errors 1 year ago
goversion
index
record
testdata
tombstones
tsdbutil tsdb/tsdbutil: use Go standard errors 1 year ago
wlog remplace errors.Errorf by fmt.Errorf 1 year ago
.gitignore
CHANGELOG.md
README.md
block.go remplace errors.Errorf by fmt.Errorf 1 year ago
block_test.go
blockwriter.go
blockwriter_test.go
compact.go remplace errors.Errorf by fmt.Errorf 1 year ago
compact_test.go
db.go remplace errors.Errorf by fmt.Errorf 1 year ago
db_test.go remplace errors.Errorf by fmt.Errorf 1 year ago
example_test.go
exemplar.go Fix error on ingesting out-of-order exemplars (#13021) 1 year ago
exemplar_test.go
head.go Make head block ULIDs descriptive (#13100) 1 year ago
head_append.go
head_bench_test.go
head_read.go
head_read_test.go
head_test.go
head_wal.go remplace errors.Errorf by fmt.Errorf 1 year ago
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go Make head block ULIDs descriptive (#13100) 1 year ago
ooo_head_read.go Make head block ULIDs descriptive (#13100) 1 year ago
ooo_head_read_test.go
ooo_head_test.go
querier.go
querier_bench_test.go
querier_test.go remplace errors.Errorf by fmt.Errorf 1 year ago
repair.go remplace errors.Errorf by fmt.Errorf 1 year ago
repair_test.go
tsdbblockutil.go
wal.go remplace errors.Errorf by fmt.Errorf 1 year ago
wal_test.go

README.md

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: