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
Fabian Reinartz 77db94c07e
Merge pull request #348 from BenoitKnecht/fix-block-boundaries
6 years ago
chunkenc fix some comments typos (#315) 7 years ago
chunks Make interval overlap comparisons more explicit 6 years ago
cmd/tsdb Merge pull request #256 from mattbostock/fix_bench_default_file 7 years ago
docs/format Merge pull request #250 from simonpasquier/update-doc 7 years ago
fileutil Move to flock lockfile 7 years ago
index Add unit tests 7 years ago
labels Fix labels bench test 7 years ago
test
testdata
testutil
tsdbutil
.gitignore
.travis.yml Test with Go 1.10.x too. 7 years ago
LICENSE
README.md Add link to PromCon 2017 video. 7 years ago
block.go Make interval overlap comparisons more explicit 6 years ago
block_test.go Ensure correct block order on reload 7 years ago
compact.go Make interval overlap comparisons more explicit 6 years ago
compact_test.go
db.go Make interval overlap comparisons more explicit 6 years ago
db_test.go db: add test for Querier returning too many blocks 6 years ago
encoding_helpers.go
head.go Make interval overlap comparisons more explicit 6 years ago
head_test.go Log series on rollback 7 years ago
querier.go
querier_test.go
repair.go repair + compact: Improved logging for easier future debug purposes. 7 years ago
repair_test.go
tombstones.go
tombstones_test.go
wal.go Fix ineffective assignment. 7 years ago
wal_test.go fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 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.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.