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.
 
 
 
 
 
Fabian Reinartz 8e1f97fad4 wal: add write ahead log package 6 years ago
chunkenc
chunks Make interval overlap comparisons more explicit 6 years ago
cmd/tsdb
docs/format
fileutil
index Add unit tests 7 years ago
labels
test
testdata Merge pull request #1 from krasi-georgiev/pr/341 7 years ago
testutil
tsdbutil
wal wal: add write ahead log package 6 years ago
.gitignore
.travis.yml
LICENSE
README.md Add link to PromCon 2017 video. 7 years ago
block.go Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete 6 years ago
block_test.go add rwmutex to prevent concurrent map read when delete series 7 years ago
compact.go Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete 6 years ago
compact_test.go
db.go Make interval overlap comparisons more explicit 6 years ago
db_test.go Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete 6 years ago
encoding_helpers.go
head.go Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete 6 years ago
head_test.go Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete 6 years ago
querier.go add rwmutex to prevent concurrent map read when delete series 7 years ago
querier_test.go rename `mts` to `intvlGroups` 6 years ago
repair.go
repair_test.go
tombstones.go rename `mts` to `intvlGroups` 6 years ago
tombstones_test.go remove `put` function and use RLock in `Iter` function 7 years ago
wal.go
wal_test.go

README.md

TSDB Build Status

GoDoc Go Report Card

This repository contains the Prometheus storage layer that is used in its 2.x releases.

A writeup of its design can be found here.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.