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 7245c6dc33
Merge remote-tracking branch 'upstream/master' into delete-compact-block-on-reload-error
6 years ago
chunkenc
chunks rename chunk reader vars to make it easier to follow. (#508) 6 years ago
cmd/tsdb
docs/format
fileutil
index use a global indexFilename constant 6 years ago
labels
test
testdata
testutil
tsdbutil
wal
.gitignore
.travis.yml
CHANGELOG.md remove a changelog double entry (#507) 6 years ago
LICENSE
MAINTAINERS.md
Makefile
Makefile.common
README.md
block.go use a global indexFilename constant 6 years ago
block_test.go make createBlock more generic so it can be used in other tests. (#489) 6 years ago
checkpoint.go
checkpoint_test.go
compact.go Additional logging in compact.go - logged time needed for writing blocks (#505) 6 years ago
compact_test.go do a proper cleanup for a failed reload after a compaction 6 years ago
db.go do a proper cleanup for a failed reload after a compaction 6 years ago
db_test.go Merge remote-tracking branch 'upstream/master' into delete-compact-block-on-reload-error 6 years ago
encoding_helpers.go
go.mod
go.sum
head.go
head_bench_test.go
head_test.go make createBlock more generic so it can be used in other tests. (#489) 6 years ago
mocks_test.go
querier.go
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
tombstones.go
tombstones_test.go
wal.go
wal_test.go

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.