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 c211ec4f49
Fix concurrent map access.
8 years ago
Documentation/format Simplify tombstone and WAL Delete formats. 8 years ago
chunks Also add original license info to bstream.go 8 years ago
cmd/tsdb Switch blocks to ULID directories, drop sequenc numbers 8 years ago
labels Simplify Labels.Equals() 8 years ago
test
testdata
tsdbutil Minor comment fixes and additions. 8 years ago
.travis.yml Hack to workaround dependency on non-master code. 8 years ago
LICENSE Add license file 8 years ago
README.md
block.go Make TombstoneReader a Getter. 8 years ago
block_test.go Move tombstones to their own thing. 8 years ago
chunks.go Rename for clarity and consistency. 8 years ago
chunks_test.go Rename for clarity and consistency. 8 years ago
compact.go Make TombstoneReader a Getter. 8 years ago
db.go Misc. fixes incorporating feedback. 8 years ago
db_test.go Misc. fixes incorporating feedback. 8 years ago
db_unix.go
db_windows.go
encoding_helpers.go Simplify tombstone and WAL Delete formats. 8 years ago
head.go Fix concurrent map access. 8 years ago
head_test.go Misc. fixes incorporating feedback. 8 years ago
index.go Move tombstones to their own thing. 8 years ago
index_test.go Move chunk checksum 8 years ago
postings.go Fix missing postings in Merge and Intersect (#77) 8 years ago
postings_test.go Fix missing postings in Merge and Intersect (#77) 8 years ago
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.