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 e46ec89de6
use fsync to force persisting the meta file. (#573)
7 years ago
chunkenc Remove obsolete FromData function (#540) 7 years ago
chunks Fix exported function comments (#566) 7 years ago
cmd/tsdb Fixed default benchmark test path (#571) 7 years ago
docs/format docs: add multi chunks layout in chunks readme file (#567) 7 years ago
encoding Fix exported function comments (#566) 7 years ago
errors Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
fileutil Update Makefile.common 7 years ago
index index: reduce empty postings trees (#509) 7 years ago
labels Fix exported function comments (#566) 7 years ago
test index: simplify checksum validation 8 years ago
testdata Add repair test 8 years ago
testutil Test to corrupt segments mid-WAL, repair and check we can read the correct number of records. (#528) 7 years ago
tsdbutil Add license headers to missing files (#447) 7 years ago
wal Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
.gitignore Add default benchmark output dir to .gitignore 8 years ago
.travis.yml Add Go 1.12 to Travis CI (#538) 7 years ago
CHANGELOG.md use fsync to force persisting the meta file. (#573) 7 years ago
LICENSE Add license file 9 years ago
MAINTAINERS.md add maintainers file (#404) 7 years ago
Makefile Update Makefile.common (#548) 7 years ago
Makefile.common Update Makefile.common (#548) 7 years ago
README.md README: move the build badge to the badge list (#555) 7 years ago
block.go use fsync to force persisting the meta file. (#573) 7 years ago
block_test.go Verify chunk format version (#544) 7 years ago
checkpoint.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
checkpoint_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
compact.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
compact_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
db.go Add Head.compactable method (#542) 7 years ago
db_test.go Added ability to create db with NopWal (#519) 7 years ago
go.mod Use Go modules (#454) 7 years ago
go.sum Use Go modules (#454) 7 years ago
head.go Add Head.compactable method (#542) 7 years ago
head_bench_test.go Improve Merge performance (#531) 7 years ago
head_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
mocks_test.go Vertical query merging and compaction (#370) 7 years ago
querier.go index: reduce empty postings trees (#509) 7 years ago
querier_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
record.go Merge encoding_helpers.go to tsdbutil (#526) 7 years ago
record_test.go Add test for be64() in encoding/encoding.go (#521) (#533) 7 years ago
repair.go use a global indexFilename constant 7 years ago
repair_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
tombstones.go Merge encoding_helpers.go to tsdbutil (#526) 7 years ago
tombstones_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
wal.go Merge encoding_helpers.go to tsdbutil (#526) 7 years ago
wal_test.go Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 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.