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 f8e88bfdb7 Close previous block queriers on error 7 years ago
Documentation/format Allocate and cache strings for persisted blocks 7 years ago
chunks Return nop iterator for invalid chunk references 7 years ago
cmd/tsdb Remove GetTabWriter from tsdb package 7 years ago
fileutil Remove dependency on etcd/pkg/fileutil 7 years ago
labels Replace single head lock with granular locks 7 years ago
test Replace single head lock with granular locks 7 years ago
testdata
tsdbutil Minor comment fixes and additions. 8 years ago
.travis.yml Remove prometheus/prometheus dev-2.0 branch workaround 7 years ago
LICENSE Add license file 8 years ago
README.md
block.go Add more verbose error handling for closing, reduce locking 7 years ago
block_test.go Incorporate PR feedback. 8 years ago
chunks.go Add more verbose error handling for closing, reduce locking 7 years ago
chunks_test.go Expose Intervals type for use by TombstoneReader. 7 years ago
compact.go Add more verbose error handling for closing, reduce locking 7 years ago
compact_test.go Refactor and add tests for compactor 7 years ago
db.go Close previous block queriers on error 7 years ago
db_test.go Add more verbose error handling for closing, reduce locking 7 years ago
db_unix.go Add liecence file and headers 8 years ago
db_windows.go Add liecence file and headers 8 years ago
encoding_helpers.go Allocate and cache strings for persisted blocks 7 years ago
head.go head: limit WAL sample processing batch size 7 years ago
head_test.go Merge pull request #168 from prometheus/fasterwal 7 years ago
index.go Clarify postings index semantics, handle staleness 7 years ago
index_test.go Add more verbose error handling for closing, reduce locking 7 years ago
postings.go Load postings in batch on startup 7 years ago
postings_test.go Load postings in batch on startup 7 years ago
querier.go Close previous block queriers on error 7 years ago
querier_test.go Clarify postings index semantics, handle staleness 7 years ago
tombstones.go Add more verbose error handling for closing, reduce locking 7 years ago
tombstones_test.go Change series ID from uint32 to uint64 7 years ago
wal.go Merge pull request #168 from prometheus/fasterwal 7 years ago
wal_test.go wal: decode and process in separate threads. 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.