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.
 
 
 
 
 
Go to file
Krasi Georgiev 6c34eb8b63
nits
6 years ago
chunkenc
chunks rename chunk reader vars to make it easier to follow. (#508) 6 years ago
cmd/tsdb change variable name metrics to labels (#496) 6 years ago
docs/format
fileutil
index use a global indexFilename constant 6 years ago
labels fix statick check errors (#475) 6 years ago
test
testdata
testutil
tsdbutil
wal add live reader for WAL (#481) 6 years ago
.gitignore
.travis.yml fix statick check errors (#475) 6 years ago
CHANGELOG.md remove a changelog double entry (#507) 6 years ago
LICENSE
MAINTAINERS.md
Makefile fix statick check errors (#475) 6 years ago
Makefile.common Use Go modules (#454) 6 years ago
README.md
block.go fix windows tests 6 years ago
block_test.go make createBlock more generic so it can be used in other tests. (#489) 6 years ago
checkpoint.go Delete temp checkpoint folder on error. (#415) 6 years ago
checkpoint_test.go Delete temp checkpoint folder on error. (#415) 6 years ago
compact.go Additional logging in compact.go - logged time needed for writing blocks (#505) 6 years ago
compact_test.go nits 6 years ago
db.go nits 6 years ago
db_test.go small refactor of openTestDB to handle errors properly. 6 years ago
encoding_helpers.go
go.mod Use Go modules (#454) 6 years ago
go.sum Use Go modules (#454) 6 years ago
head.go Move series fetches out of inner loop of SortedPostings. (#485) 6 years ago
head_bench_test.go Move series fetches out of inner loop of SortedPostings. (#485) 6 years ago
head_test.go make createBlock more generic so it can be used in other tests. (#489) 6 years ago
mocks_test.go
querier.go fix statick check errors (#475) 6 years ago
querier_test.go make createBlock more generic so it can be used in other tests. (#489) 6 years ago
record.go
record_test.go
repair.go use a global indexFilename constant 6 years ago
repair_test.go use a global indexFilename constant 6 years ago
staticcheck.conf fix statick check errors (#475) 6 years ago
tombstones.go Added storage size based retention method and new metrics (#343) 6 years ago
tombstones_test.go Added storage size based retention method and new metrics (#343) 6 years ago
wal.go fix statick check errors (#475) 6 years ago
wal_test.go fix statick check errors (#475) 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.