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.
 
 
 
 
 
Goutham Veeramachaneni 53a99530d6
Edit TSDB README badges
5 years ago
..
chunkenc Correct spelling mistakes 5 years ago
chunks
cmd/tsdb
docs/format new world spelling mistake 5 years ago
encoding
errors
fileutil
goversion fix the wrong word (#6069) 5 years ago
index
labels
record
test
testdata
tombstones remove debug fmt.Println in tombstones. (#6135) 5 years ago
tsdbutil
wal Garbage collect asynchronously in the WAL Watcher 5 years ago
.gitignore
CHANGELOG.md
README.md Edit TSDB README badges 5 years ago
block.go fix the wrong word (#6069) 5 years ago
block_test.go
compact.go
compact_test.go new world spelling mistake 5 years ago
db.go Merge the 2.13 release branch to master (#6117) 5 years ago
db_test.go Correct spelling mistakes 5 years ago
head.go Merge the 2.13 release branch to master (#6117) 5 years ago
head_bench_test.go
head_test.go Benchmark for loading WAL (#6081) 5 years ago
mocks_test.go
querier.go fix the wrong word (#6069) 5 years ago
querier_test.go
repair.go
repair_test.go
wal.go fix the wrong word (#6069) 5 years ago
wal_test.go fix the wrong word (#6069) 5 years ago

README.md

TSDB

GoDoc

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.