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.
 
 
 
 
 
Krasi Georgiev bf79c767f0 new line 7 years ago
chunkenc Remove more unused code 7 years ago
chunks refactor multi errors 7 years ago
cmd/tsdb Merge branch 'master' into update-makefile-common 7 years ago
docs/format update labels count, chunks count 7 years ago
fileutil Update Makefile.common 7 years ago
index Merge remote-tracking branch 'upstream/master' into delete-compact-block-on-reload-error 7 years ago
labels fix statick check errors (#475) 7 years ago
test index: simplify checksum validation 8 years ago
testdata Add repair test 8 years ago
testutil Dont store stones in head, delete samples directly 7 years ago
tsdbutil Add license headers to missing files (#447) 7 years ago
wal Merge branch 'master' into update-makefile-common 7 years ago
.gitignore Add default benchmark output dir to .gitignore 8 years ago
.travis.yml fix statick check errors (#475) 7 years ago
CHANGELOG.md rename some vars and use Gauge instead of Counter for metrics 7 years ago
LICENSE Add license file 9 years ago
MAINTAINERS.md add maintainers file (#404) 7 years ago
Makefile fix statick check errors (#475) 7 years ago
Makefile.common Update Makefile.common 7 years ago
README.md comments about the 120samples const and link to Gorilla papers. (#423) 7 years ago
block.go refactor multi errors 7 years ago
block_test.go nit 7 years ago
checkpoint.go Delete temp checkpoint folder on error. (#415) 7 years ago
checkpoint_test.go Delete temp checkpoint folder on error. (#415) 7 years ago
compact.go Merge remote-tracking branch 'upstream/master' into shutdown-during-compaction 7 years ago
compact_test.go new line 7 years ago
db.go Merge remote-tracking branch 'upstream/master' into shutdown-during-compaction 7 years ago
db_test.go nits 7 years ago
encoding_helpers.go Remove more unused code 7 years ago
go.mod Use Go modules (#454) 7 years ago
go.sum Use Go modules (#454) 7 years ago
head.go Merge pull request #270 from codesome/master 7 years ago
head_bench_test.go Move series fetches out of inner loop of SortedPostings. (#485) 7 years ago
head_test.go Merge pull request #270 from codesome/master 7 years ago
mocks_test.go fix lint errors (#439) 7 years ago
querier.go fix statick check errors (#475) 7 years ago
querier_test.go Merge branch 'master' into update-makefile-common 7 years ago
record.go fix lint errors (#439) 7 years ago
record_test.go Add checkpointing of WAL segments 8 years ago
repair.go use a global indexFilename constant 7 years ago
repair_test.go use a global indexFilename constant 7 years ago
tombstones.go Added storage size based retention method and new metrics (#343) 7 years ago
tombstones_test.go Merge branch 'master' into update-makefile-common 7 years ago
wal.go fix statick check errors (#475) 7 years ago
wal_test.go fix statick check errors (#475) 7 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.