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 7b9c536883
Merge pull request #103 from Gouthamve/block-ranges
7 years ago
Documentation/format Incorporate PR feedback. 8 years ago
chunks
cmd/tsdb Choose ranges by retention and min-block-duration 7 years ago
labels
test
testdata
tsdbutil
.travis.yml
LICENSE
README.md
block.go Compact head block early 8 years ago
block_test.go Incorporate PR feedback. 8 years ago
chunks.go
chunks_test.go
compact.go Choose ranges by retention and min-block-duration 7 years ago
compact_test.go Choose ranges by retention and min-block-duration 7 years ago
db.go Merge pull request #103 from Gouthamve/block-ranges 7 years ago
db_test.go Misc. fixes incorporating feedback. 8 years ago
db_unix.go
db_windows.go
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
postings.go Properly balance k-way operations 8 years ago
postings_test.go
querier.go Fix omitting of chunk on Seek() 8 years ago
querier_test.go Add benchmark for mergedSeriesSet 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.