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 87676f4a26
Add dgryski/go-tsz LICENSE to header
8 years ago
chunks Add dgryski/go-tsz LICENSE to header 8 years ago
cmd/tsdb
labels Simplify Labels.Equals() 8 years ago
test
testdata
tsdbutil Minor comment fixes and additions. 8 years ago
.travis.yml Hack to workaround dependency on non-master code. 8 years ago
LICENSE Add license file 8 years ago
README.md
block.go Merge pull request #65 from prometheus/comment-fixes 8 years ago
chunks.go Merge pull request #65 from prometheus/comment-fixes 8 years ago
chunks_test.go Merge pull request #36 from Gouthamve/tests 8 years ago
compact.go
db.go Fix and test ref handling in DB appender 8 years ago
db_test.go Fix and test ref handling in DB appender 8 years ago
db_unix.go
db_windows.go
head.go Remove dead code. 8 years ago
head_test.go When checking for amended points, do it in terms of bits. 8 years ago
index.go Minor comment fixes and additions. 8 years ago
index_test.go Merge pull request #36 from Gouthamve/tests 8 years ago
postings.go Merge pull request #36 from Gouthamve/tests 8 years ago
postings_test.go Merge pull request #36 from Gouthamve/tests 8 years ago
querier.go Merge pull request #71 from Gouthamve/tests 8 years ago
querier_test.go Merge pull request #71 from Gouthamve/tests 8 years ago
wal.go Minor comment fixes and additions. 8 years ago
wal_test.go

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.