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.
 
 
 
 
 
Callum Styan 76417b9b2a use test utils in tombstone_tests 7 years ago
Documentation/format
chunks
cmd/tsdb
fileutil
labels
test
testdata
tsdbutil
.travis.yml
LICENSE
README.md
block.go Merge branch 'master' into tomb-clean 7 years ago
block_test.go Merge branch 'master' into fix-dels 7 years ago
chunks.go
chunks_test.go use test utils in chunks_test 7 years ago
compact.go Merge branch 'master' into fix-dels 7 years ago
compact_test.go
db.go Merge pull request #210 from Gouthamve/tomb-clean 7 years ago
db_test.go use test utils in db_test 7 years ago
db_unix.go
db_windows.go
encoding_helpers.go
head.go
head_test.go use test utils in head_test 7 years ago
index.go
index_test.go
postings.go
postings_test.go
querier.go
querier_test.go
tombstones.go
tombstones_test.go use test utils in tombstone_tests 7 years ago
util_test.go add Nil and NotNil to test utils 7 years ago
wal.go
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.