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
Goutham Veeramachaneni 3158b03e6c
Select series with label unset for != and !~
7 years ago
Documentation/format Validate index TOC checksum on read 7 years ago
chunks use test utils in chunk_test 7 years ago
cmd/tsdb db: delete old blocks during reload 7 years ago
fileutil Remove dependency on etcd/pkg/fileutil 7 years ago
labels Select series with label unset for != and !~ 7 years ago
test index: simplify checksum validation 7 years ago
testdata Add full encode/decode WAL cycle test 8 years ago
testutil remove Nil/NotNil functions 7 years ago
tsdbutil use test utils in buffer_test 7 years ago
.travis.yml Move to Go 1.9 7 years ago
LICENSE Add license file 8 years ago
README.md Add README 8 years ago
block.go Select series with label unset for != and !~ 7 years ago
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 Doc fixes 7 years ago
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 Merge branch 'master' into fix-dels 7 years ago
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 Select series with label unset for != and !~ 7 years ago
db_unix.go Ensure tsdb can be built on SmartOS/Illumos/Solaris 7 years ago
db_windows.go fix bugs on platform windows to pass all test case. (#192) 7 years ago
encoding_helpers.go index: simplify checksum validation 7 years ago
head.go Select series with label unset for != and !~ 7 years ago
head_test.go remove Nil/NotNil functions 7 years ago
index.go Doc fixes 7 years ago
index_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
postings.go Select series with label unset for != and !~ 7 years ago
postings_test.go Select series with label unset for != and !~ 7 years ago
querier.go Select series with label unset for != and !~ 7 years ago
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 Refactor tombstone reader types 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 missing prefix of tsdb_wal_* metrics 7 years ago
wal_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

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.