prometheus/tsdb
..
chunkenc
chunks Removed extra tsdb/testutil after merge. 2019-08-14 10:12:32 +01:00
cmd/tsdb
docs/format
encoding
errors Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
fileutil Removed extra tsdb/testutil after merge. 2019-08-14 10:12:32 +01:00
goversion fix the wrong word (#6069) 2019-09-30 09:54:55 -06:00
index Add test for MemPostings.Delete (#5910) 2019-08-22 15:19:12 +03:00
labels Removed extra tsdb/testutil after merge. 2019-08-14 10:12:32 +01:00
record
test
testdata Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
tombstones
tsdbutil
wal
.gitignore Moving tsdb into its own subdirectory 2019-08-13 13:58:49 +05:30
block.go fix the wrong word (#6069) 2019-09-30 09:54:55 -06:00
block_test.go Removed extra tsdb/testutil after merge. 2019-08-14 10:12:32 +01:00
CHANGELOG.md fix-up tsdb-typo (#5954) 2019-08-28 14:43:02 +01:00
compact.go Move WAL watcher code to tsdb/wal package. (#5999) 2019-09-19 14:45:41 +05:30
compact_test.go new world spelling mistake 2019-10-17 19:09:54 +08:00
db.go Merge the 2.13 release branch to master (#6117) 2019-10-09 17:41:46 +02:00
db_test.go
head.go
head_bench_test.go Removed extra tsdb/testutil after merge. 2019-08-14 10:12:32 +01:00
head_test.go Benchmark for loading WAL (#6081) 2019-10-03 11:49:55 +05:30
mocks_test.go
querier.go fix the wrong word (#6069) 2019-09-30 09:54:55 -06:00
querier_test.go Move WAL watcher code to tsdb/wal package. (#5999) 2019-09-19 14:45:41 +05:30
README.md
repair.go tsdb: add block meta version constant (#5994) 2019-09-09 12:28:01 +03:00
repair_test.go tsdb: add block meta version constant (#5994) 2019-09-09 12:28:01 +03:00
wal.go
wal_test.go fix the wrong word (#6069) 2019-09-30 09:54:55 -06:00

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.