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.
 
 
 
 
 
prometheus/tsdb
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory
6 years ago
..
.github Moving tsdb into its own subdirectory 6 years ago
chunkenc Moving tsdb into its own subdirectory 6 years ago
chunks Moving tsdb into its own subdirectory 6 years ago
cmd/tsdb Moving tsdb into its own subdirectory 6 years ago
docs/format Moving tsdb into its own subdirectory 6 years ago
encoding Moving tsdb into its own subdirectory 6 years ago
errors Moving tsdb into its own subdirectory 6 years ago
fileutil Moving tsdb into its own subdirectory 6 years ago
goversion Moving tsdb into its own subdirectory 6 years ago
index Moving tsdb into its own subdirectory 6 years ago
labels Moving tsdb into its own subdirectory 6 years ago
test Moving tsdb into its own subdirectory 6 years ago
testdata Moving tsdb into its own subdirectory 6 years ago
testutil Moving tsdb into its own subdirectory 6 years ago
tsdbutil Moving tsdb into its own subdirectory 6 years ago
wal Moving tsdb into its own subdirectory 6 years ago
.gitignore Moving tsdb into its own subdirectory 6 years ago
.golangci.yml Moving tsdb into its own subdirectory 6 years ago
.travis.yml Moving tsdb into its own subdirectory 6 years ago
CHANGELOG.md Moving tsdb into its own subdirectory 6 years ago
LICENSE Moving tsdb into its own subdirectory 6 years ago
MAINTAINERS.md Moving tsdb into its own subdirectory 6 years ago
Makefile Moving tsdb into its own subdirectory 6 years ago
Makefile.common Moving tsdb into its own subdirectory 6 years ago
README.md Moving tsdb into its own subdirectory 6 years ago
block.go Moving tsdb into its own subdirectory 6 years ago
block_test.go Moving tsdb into its own subdirectory 6 years ago
checkpoint.go Moving tsdb into its own subdirectory 6 years ago
checkpoint_test.go Moving tsdb into its own subdirectory 6 years ago
compact.go Moving tsdb into its own subdirectory 6 years ago
compact_test.go Moving tsdb into its own subdirectory 6 years ago
db.go Moving tsdb into its own subdirectory 6 years ago
db_test.go Moving tsdb into its own subdirectory 6 years ago
go.mod Moving tsdb into its own subdirectory 6 years ago
go.sum Moving tsdb into its own subdirectory 6 years ago
head.go Moving tsdb into its own subdirectory 6 years ago
head_bench_test.go Moving tsdb into its own subdirectory 6 years ago
head_test.go Moving tsdb into its own subdirectory 6 years ago
mocks_test.go Moving tsdb into its own subdirectory 6 years ago
querier.go Moving tsdb into its own subdirectory 6 years ago
querier_test.go Moving tsdb into its own subdirectory 6 years ago
record.go Moving tsdb into its own subdirectory 6 years ago
record_test.go Moving tsdb into its own subdirectory 6 years ago
repair.go Moving tsdb into its own subdirectory 6 years ago
repair_test.go Moving tsdb into its own subdirectory 6 years ago
tombstones.go Moving tsdb into its own subdirectory 6 years ago
tombstones_test.go Moving tsdb into its own subdirectory 6 years ago
wal.go Moving tsdb into its own subdirectory 6 years ago
wal_test.go Moving tsdb into its own subdirectory 6 years ago

README.md

TSDB

Build Status GoDoc Go Report Card

This repository contains the Prometheus storage layer that is used in its 2.x releases.

A writeup of its design can be found here.

Based on the Gorilla TSDB white papers.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.