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
Fabian Reinartz cc673dc167
Merge pull request #282 from codesome/goroutine-stack-overflow
7 years ago
chunkenc Remove unused field from xorAppender 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 Changed recursion into iteration for removedPostings.Next() 7 years ago
labels move label read function int labels pkg 7 years ago
test
testdata Add repair test 7 years ago
testutil
tsdbutil
.travis.yml
LICENSE
README.md
block.go Add repair of bad index version 7 years ago
block_test.go Add test for block meta version and comments 7 years ago
compact.go Add repair of bad index version 7 years ago
compact_test.go
db.go Add test for block meta version and comments 7 years ago
db_test.go Count the total and failed block cutoffs 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
repair.go Add test for block meta version and comments 7 years ago
repair_test.go Add test for block meta version and comments 7 years ago
tombstones.go Fix comment formatting 7 years ago
tombstones_test.go
wal.go
wal_test.go Incorporated review comments 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.