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.
 
 
 
 
 
Arthur Silva Sens b5b5e1e5ae
Merge pull request #13919 from GiedriusS/dont_forget_to_unregister
7 months ago
..
agent
chunkenc golangci-lint: enable whitespace linter (#13905) 8 months ago
chunks
docs
encoding
errors
fileutil
goversion
index golangci-lint: enable whitespace linter (#13905) 8 months ago
record
testdata
tombstones
tsdbutil
wlog Merge pull request #13919 from GiedriusS/dont_forget_to_unregister 7 months ago
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go golangci-lint: enable whitespace linter (#13905) 8 months ago
blockwriter.go
blockwriter_test.go
compact.go Write out of order hint when initially creating meta file (#13894) 8 months ago
compact_test.go
db.go golangci-lint: enable whitespace linter (#13905) 8 months ago
db_test.go Write out of order hint when initially creating meta file (#13894) 8 months ago
example_test.go
exemplar.go
exemplar_test.go
head.go
head_append.go golangci-lint: enable whitespace linter (#13905) 8 months ago
head_bench_test.go
head_read.go [refactor] moving mergedOOOChunks Iterator (#13881) 8 months ago
head_read_test.go
head_test.go golangci-lint: enable whitespace linter (#13905) 8 months ago
head_wal.go golangci-lint: enable whitespace linter (#13905) 8 months ago
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go
ooo_head_read.go [refactor] moving mergedOOOChunks Iterator (#13881) 8 months ago
ooo_head_read_test.go
ooo_head_test.go
ooo_isolation.go
ooo_isolation_test.go
querier.go golangci-lint: enable whitespace linter (#13905) 8 months ago
querier_bench_test.go
querier_test.go
repair.go
repair_test.go
tsdbblockutil.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: