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.
 
 
 
 
 
Simon Pasquier 22061306aa Address Julius's comment 7 years ago
chunkenc fix some comments typos (#315) 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 we shouldn't assume we'll receive the labels in sorted order 7 years ago
docs/format Merge pull request #250 from simonpasquier/update-doc 7 years ago
fileutil Add architecture specific map sizes 7 years ago
index fix unconvert issues: unnecessary conversion 7 years ago
labels move label read function int labels pkg 7 years ago
test index: simplify checksum validation 7 years ago
testdata Add repair test 7 years ago
testutil remove Nil/NotNil functions 7 years ago
tsdbutil use test utils in buffer_test 7 years ago
.gitignore Add default benchmark output dir to .gitignore 7 years ago
.travis.yml Move to Go 1.9 7 years ago
LICENSE Add license file 8 years ago
README.md Fix minor typos in the documentation 7 years ago
block.go Simplify stones counting. 7 years ago
block_test.go some test funcitons didn't cleanup after themselves. 7 years ago
compact.go repair + compact: Improved logging for easier future debug purposes. 7 years ago
compact_test.go Fixed some comments. 7 years ago
db.go db: Match comment case to function name (#316) 7 years ago
db_test.go db: Addressed comments. 7 years ago
encoding_helpers.go Fix minor typos in comments 7 years ago
head.go Merge pull request #286 from mattbostock/rename_high_timestamp 7 years ago
head_test.go fix some comments typos (#315) 7 years ago
querier.go Fix minor typos in comments 7 years ago
querier_test.go Move index and chunk encoders to own packages 7 years ago
repair.go Address Julius's comment 7 years ago
repair_test.go Add test for block meta version and comments 7 years ago
tombstones.go Fix comment formatting 7 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 7 years ago
wal.go fix some comments typos (#315) 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.

See also the format documentation.