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 87a9415bf1 update docs for symbols indexing change 7 years ago
chunkenc Move index and chunk encoders to own packages 7 years ago
chunks Improve comments, handle allPostingsKey properly 7 years ago
cmd/tsdb we shouldn't assume we'll receive the labels in sorted order 7 years ago
docs/format update docs for symbols indexing change 7 years ago
fileutil Move index and chunk encoders to own packages 7 years ago
index handle v1 vs v2 for symbol offset vs index changes 7 years ago
labels move label read function int labels pkg 7 years ago
test index: simplify checksum validation 7 years ago
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 address review comments, fix index tests 7 years ago
block_test.go fix tests, set version when initializing the index writer 7 years ago
compact.go Make version for index format configurable 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 Return new block ULID in compactor 7 years ago
db_test.go Select series with label unset for != and !~ 7 years ago
encoding_helpers.go Move index and chunk encoders to own packages 7 years ago
head.go Fix typos in comments (#254) 7 years ago
head_test.go move label read function int labels pkg 7 years ago
querier.go Improve comments, handle allPostingsKey properly 7 years ago
querier_test.go Move index and chunk encoders to own packages 7 years ago
tombstones.go Fix comment formatting 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
wal_test.go move label read function int labels 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.