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.
prometheus/tsdb
Ganesh Vernekar 26c0a433f5
Support appending different sample types to the same series (#9705)
3 years ago
..
agent Merge branch 'main' into sparsehistogram 3 years ago
chunkenc Merge branch 'main' into sparsehistogram 3 years ago
chunks
docs Merge branch 'main' into sparsehistogram 3 years ago
encoding Merge branch 'main' into sparsehistogram 3 years ago
errors
fileutil
goversion
index
record Merge branch 'main' into sparsehistogram 3 years ago
test
testdata
tombstones
tsdbutil Merge branch 'main' into sparsehistogram 3 years ago
wal
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go Merge branch 'main' into sparsehistogram 3 years ago
blockwriter.go
blockwriter_test.go
compact.go
compact_test.go Merge branch 'main' into sparsehistogram 3 years ago
db.go
db_test.go Merge branch 'main' into sparsehistogram 3 years ago
example_test.go Merge branch 'main' into sparsehistogram 3 years ago
exemplar.go
exemplar_test.go
head.go Support appending different sample types to the same series (#9705) 3 years ago
head_append.go Support appending different sample types to the same series (#9705) 3 years ago
head_bench_test.go
head_read.go Support appending different sample types to the same series (#9705) 3 years ago
head_test.go Support appending different sample types to the same series (#9705) 3 years ago
head_wal.go Support appending different sample types to the same series (#9705) 3 years ago
isolation.go
isolation_test.go
mocks_test.go
querier.go Merge branch 'main' into sparsehistogram 3 years ago
querier_bench_test.go
querier_test.go Merge branch 'main' into sparsehistogram 3 years ago
repair.go
repair_test.go
tsdbblockutil.go
wal.go
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.

Due to an issue with versioning, the "latest" docs shown on Godoc are outdated. Instead you may use the docs for v2.31.1

Documentation

External resources

A series of blog posts explaining different components of TSDB: