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.
 
 
 
 
 
Krasimir Georgiev 549164f252
return err instead of panic for corrupted chunk (#6040)
5 years ago
..
chunkenc
chunks return err instead of panic for corrupted chunk (#6040) 5 years ago
cmd/tsdb Port tsdb to use pkg/labels. (#6326) 5 years ago
docs/format
encoding
errors
fileutil
goversion
index Fix typo in posting stats. (#6343) 5 years ago
record Port tsdb to use pkg/labels. (#6326) 5 years ago
test Port tsdb to use pkg/labels. (#6326) 5 years ago
testdata
tombstones
tsdbutil
wal Simplify duration check for watcher WAL replay. 5 years ago
.gitignore
CHANGELOG.md
README.md
block.go Port tsdb to use pkg/labels. (#6326) 5 years ago
block_test.go return err instead of panic for corrupted chunk (#6040) 5 years ago
compact.go Port tsdb to use pkg/labels. (#6326) 5 years ago
compact_test.go Port tsdb to use pkg/labels. (#6326) 5 years ago
db.go Added CreateBlock and CreateHead functions to new file (#6331) 5 years ago
db_test.go return err instead of panic for corrupted chunk (#6040) 5 years ago
head.go Port tsdb to use pkg/labels. (#6326) 5 years ago
head_bench_test.go Port tsdb to use pkg/labels. (#6326) 5 years ago
head_test.go Port tsdb to use pkg/labels. (#6326) 5 years ago
mocks_test.go Port tsdb to use pkg/labels. (#6326) 5 years ago
querier.go Port tsdb to use pkg/labels. (#6326) 5 years ago
querier_test.go Port tsdb to use pkg/labels. (#6326) 5 years ago
repair.go
repair_test.go Port tsdb to use pkg/labels. (#6326) 5 years ago
tsdbblockutil.go Added CreateBlock and CreateHead functions to new file (#6331) 5 years ago
wal.go Port tsdb to use pkg/labels. (#6326) 5 years ago
wal_test.go Port tsdb to use pkg/labels. (#6326) 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.