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 6febabeb28
Final delete fixes.
8 years ago
Documentation/format Simplify tombstone and WAL Delete formats. 8 years ago
chunks
cmd/tsdb
labels
test
testdata
tsdbutil
.travis.yml
LICENSE
README.md
block.go Final delete fixes. 8 years ago
block_test.go
chunks.go
chunks_test.go
compact.go Final delete fixes. 8 years ago
db.go Final delete fixes. 8 years ago
db_test.go
db_unix.go
db_windows.go
encoding_helpers.go Simplify tombstone and WAL Delete formats. 8 years ago
head.go Final delete fixes. 8 years ago
head_test.go
index.go
index_test.go
postings.go
postings_test.go
querier.go Make TombstoneReader a Getter. 8 years ago
querier_test.go Make TombstoneReader a Getter. 8 years ago
tombstones.go Simplify tombstone and WAL Delete formats. 8 years ago
tombstones_test.go Simplify tombstone and WAL Delete formats. 8 years ago
wal.go Simplify tombstone and WAL Delete formats. 8 years ago
wal_test.go Simplify tombstone and WAL Delete formats. 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.