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.
 
 
 
 
 
Mario Trangoni c0e888e82b fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 7 years ago
chunkenc fix unconvert issues: unnecessary conversion 7 years ago
chunks fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 7 years ago
cmd/tsdb
docs/format
fileutil Add architecture specific map sizes 7 years ago
index fix unconvert issues: unnecessary conversion 7 years ago
labels
test
testdata
testutil
tsdbutil
.travis.yml
LICENSE
README.md
block.go
block_test.go
compact.go repair + compact: Improved logging for easier future debug purposes. 7 years ago
compact_test.go
db.go fix unconvert issues: unnecessary conversion 7 years ago
db_test.go
encoding_helpers.go
head.go
head_test.go
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 megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 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

This repository contains the new Prometheus storage layer that will be used in its 2.0 release.

A writeup of its design can be found here.