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.
 
 
 
 
 
Benoît Knecht 0e4be5226a db: block MaxTime should not be part of the block 8 years ago
chunkenc fix some comments typos (#315) 8 years ago
chunks Add unit tests 8 years ago
cmd/tsdb Merge pull request #256 from mattbostock/fix_bench_default_file 8 years ago
docs/format Merge pull request #250 from simonpasquier/update-doc 8 years ago
fileutil Move to flock lockfile 8 years ago
index Add unit tests 8 years ago
labels Fix labels bench test 8 years ago
test index: simplify checksum validation 8 years ago
testdata Add repair test 8 years ago
testutil remove Nil/NotNil functions 8 years ago
tsdbutil use test utils in buffer_test 8 years ago
.gitignore Add default benchmark output dir to .gitignore 8 years ago
.travis.yml Test with Go 1.10.x too. 8 years ago
LICENSE Add license file 9 years ago
README.md Add link to PromCon 2017 video. 8 years ago
block.go Clarify docs, error on unexpected meta read errors 8 years ago
block_test.go Ensure correct block order on reload 8 years ago
compact.go Add resilience to crashes during deletion 8 years ago
compact_test.go Fixed some comments. 8 years ago
db.go db: block MaxTime should not be part of the block 8 years ago
db_test.go Add resilience to crashes during deletion 8 years ago
encoding_helpers.go Fix minor typos in comments 8 years ago
head.go Log series on rollback 8 years ago
head_test.go Log series on rollback 8 years ago
querier.go Fix minor typos in comments 8 years ago
querier_test.go Move index and chunk encoders to own packages 8 years ago
repair.go repair + compact: Improved logging for easier future debug purposes. 8 years ago
repair_test.go Add test for block meta version and comments 8 years ago
tombstones.go Fix comment formatting 8 years ago
tombstones_test.go move test utils to it's own package so we can use it in tests for other packages in tsdb repo 8 years ago
wal.go Fix ineffective assignment. 8 years ago
wal_test.go fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 8 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.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.