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 fa04455cd7
Properly detect compactable heads
7 years ago
Documentation/format Fix typo in index.md 7 years ago
chunks Make Chunks return the number of samples inside 7 years ago
cmd/tsdb Fix compaction selection after creating new heads 7 years ago
labels Add prefix label matcher. 7 years ago
test Add liecence file and headers 8 years ago
testdata
tsdbutil Minor comment fixes and additions. 8 years ago
.travis.yml Reduce test timeout on Travis 7 years ago
LICENSE Add license file 8 years ago
README.md Add README 8 years ago
block.go Compact head block early 8 years ago
block_test.go Incorporate PR feedback. 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 Fix compaction range selection 7 years ago
compact_test.go Fix compaction range selection 7 years ago
db.go Properly detect compactable heads 7 years ago
db_test.go Fix and document locking order for DB 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 Incorporate PR feedback. 8 years ago
head.go Persist the right MaxTime when snapshotting 7 years ago
head_test.go Fix broken test (#99) 8 years ago
index.go Add full Snapshot support 8 years ago
index_test.go Move chunk checksum 8 years ago
postings.go Properly balance k-way operations 8 years ago
postings_test.go Fix missing postings in Merge and Intersect (#77) 8 years ago
querier.go Add prefix label matcher. 7 years ago
querier_test.go Add prefix label matcher. 7 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.