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 8326e410d0 decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
Documentation/format
chunks use test utils in chunk_test 7 years ago
cmd/tsdb decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
fileutil
labels decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
test
testdata decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
testutil remove Nil/NotNil functions 7 years ago
tsdbutil use test utils in buffer_test 7 years ago
.travis.yml
LICENSE
README.md
block.go
block_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
chunks.go
chunks_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
compact.go
compact_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
db.go Merge pull request #210 from Gouthamve/tomb-clean 7 years ago
db_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
db_unix.go
db_windows.go
encoding_helpers.go
head.go
head_test.go decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
index.go
index_test.go decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
postings.go
postings_test.go remove Nil/NotNil functions 7 years ago
querier.go
querier_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
tombstones.go
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
wal_test.go decouple tsdb main.go (and tests) from prometheus/pkg 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.