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
Ganesh Vernekar fcfe312d99
Update CHANGELOG for v0.6.1
6 years ago
chunkenc Remove pointer indirection on chunk bstream (#499) 6 years ago
chunks [bugfix] update 'last' variable in chunks.MergeOverlappingChunks() (#539) 6 years ago
cmd/tsdb Add "dump" command to tsdb tool to dump all samples (#532) 6 years ago
docs/format update labels count, chunks count 6 years ago
encoding Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
fileutil Update Makefile.common 6 years ago
index Improve Merge performance (#531) 6 years ago
labels fix statick check errors (#475) 6 years ago
test index: simplify checksum validation 7 years ago
testdata Add repair test 7 years ago
testutil Test to corrupt segments mid-WAL, repair and check we can read the correct number of records. (#528) 6 years ago
tsdbutil Add license headers to missing files (#447) 6 years ago
wal Avoid creation of 0 sized segments. (#527) 6 years ago
.gitignore Add default benchmark output dir to .gitignore 7 years ago
.travis.yml Add Go 1.12 to Travis CI (#538) 6 years ago
CHANGELOG.md Update CHANGELOG for v0.6.1 6 years ago
LICENSE Add license file 8 years ago
MAINTAINERS.md add maintainers file (#404) 6 years ago
Makefile fix statick check errors (#475) 6 years ago
Makefile.common Add Go 1.12 to Travis CI (#538) 6 years ago
README.md comments about the 120samples const and link to Gorilla papers. (#423) 6 years ago
block.go Vertical query merging and compaction (#370) 6 years ago
block_test.go Vertical query merging and compaction (#370) 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 Make vertical compaction and query merge optional 6 years ago
compact_test.go [bugfix] update 'last' variable in chunks.MergeOverlappingChunks() (#539) 6 years ago
db.go Release 0.6.0 (#537) 6 years ago
db_test.go Release 0.6.0 (#537) 6 years ago
go.mod Use Go modules (#454) 6 years ago
go.sum Use Go modules (#454) 6 years ago
head.go Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
head_bench_test.go Improve Merge performance (#531) 6 years ago
head_test.go Vertical query merging and compaction (#370) 6 years ago
mocks_test.go Vertical query merging and compaction (#370) 6 years ago
querier.go Improve Merge performance (#531) 6 years ago
querier_test.go Vertical query merging and compaction (#370) 6 years ago
record.go Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
record_test.go Add test for be64() in encoding/encoding.go (#521) (#533) 6 years ago
repair.go use a global indexFilename constant 6 years ago
repair_test.go use a global indexFilename constant 6 years ago
tombstones.go Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
tombstones_test.go Merge branch 'master' into update-makefile-common 6 years ago
wal.go Merge encoding_helpers.go to tsdbutil (#526) 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.