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 f006e2d1ab
Merge pull request #92 from prometheus/sources
8 years ago
Documentation/format Incorporate PR feedback. 8 years ago
chunks
cmd/tsdb
labels
test
testdata
tsdbutil
.travis.yml
LICENSE
README.md
block.go Merge pull request #92 from prometheus/sources 8 years ago
block_test.go Incorporate PR feedback. 8 years ago
chunks.go
chunks_test.go
compact.go Merge pull request #92 from prometheus/sources 8 years ago
db.go Remove unnecessary error from ToggleCompaction fns 8 years ago
db_test.go
db_unix.go
db_windows.go
encoding_helpers.go Incorporate PR feedback. 8 years ago
head.go Add full Snapshot support 8 years ago
head_test.go
index.go Add full Snapshot support 8 years ago
index_test.go
postings.go
postings_test.go
querier.go Incorporate PR feedback. 8 years ago
querier_test.go Make TombstoneReader a Getter. 8 years ago
tombstones.go Incorporate PR feedback. 8 years ago
tombstones_test.go Incorporate PR feedback. 8 years ago
wal.go Incorporate PR feedback. 8 years ago
wal_test.go Incorporate PR feedback. 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.