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 56e6af99f9
Merge pull request #79 from prometheus/typerest
8 years ago
Documentation/format
chunks
cmd/tsdb
labels
test
testdata
tsdbutil
.travis.yml
LICENSE
README.md
block.go Make HeadBlock impl public, make interface private 8 years ago
chunks.go
chunks_test.go
compact.go
db.go Make WAL for HeadBlock composeable. 8 years ago
db_test.go
db_unix.go
db_windows.go
encoding_helpers.go
head.go Make WAL for HeadBlock composeable. 8 years ago
head_test.go Make WAL for HeadBlock composeable. 8 years ago
index.go
index_test.go
postings.go Fix missing postings in Merge and Intersect (#77) 8 years ago
postings_test.go Fix missing postings in Merge and Intersect (#77) 8 years ago
querier.go Make Select() reusable. 8 years ago
querier_test.go
wal.go Abstract WAL into interface 8 years ago
wal_test.go Abstract WAL into interface 8 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.