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.
 
 
 
 
 
Fabian Reinartz 72d61bcf4e
Merge pull request #257 from mattbostock/remove_unused_field
8 years ago
chunkenc Remove unused field from xorAppender 8 years ago
chunks Improve comments, handle allPostingsKey properly 8 years ago
cmd/tsdb we shouldn't assume we'll receive the labels in sorted order 8 years ago
docs/format update docs for symbols indexing change 8 years ago
fileutil Move index and chunk encoders to own packages 8 years ago
index Merge pull request #262 from cstyan/callum-249 8 years ago
labels move label read function int labels pkg 8 years ago
test index: simplify checksum validation 8 years ago
testdata decouple tsdb main.go (and tests) from prometheus/pkg 8 years ago
testutil remove Nil/NotNil functions 8 years ago
tsdbutil use test utils in buffer_test 8 years ago
.travis.yml Move to Go 1.9 8 years ago
LICENSE Add license file 9 years ago
README.md Add README 9 years ago
block.go Add block ULID to index reader errors 8 years ago
block_test.go fix tests, set version when initializing the index writer 8 years ago
compact.go Fix metric unit (#275) 8 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 8 years ago
db.go Merge pull request #252 from simonpasquier/add-cuttoff-metrics 8 years ago
db_test.go Count the total and failed block cutoffs 8 years ago
encoding_helpers.go Move index and chunk encoders to own packages 8 years ago
head.go Fix typos in comments (#254) 8 years ago
head_test.go move label read function int labels pkg 8 years ago
querier.go Improve comments, handle allPostingsKey properly 8 years ago
querier_test.go Move index and chunk encoders to own packages 8 years ago
tombstones.go Fix comment formatting 8 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 8 years ago
wal.go Fix missing prefix of tsdb_wal_* metrics 8 years ago
wal_test.go Incorporated review comments 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.