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 643563068b
Merge pull request #144 from Gouthamve/misc-
7 years ago
Documentation/format Compress the series chunk details in index. 7 years ago
chunks
cmd/tsdb Merge pull request #142 from krasi-georgiev/107-swap-cobra-with-kingpin 7 years ago
labels Replace single head lock with granular locks 7 years ago
test Replace single head lock with granular locks 7 years ago
testdata
tsdbutil
.travis.yml
LICENSE
README.md
block.go Expose NewIndexReader() and cleanups 7 years ago
block_test.go
chunks.go
chunks_test.go
compact.go Do not build a superflous 'all' postings 7 years ago
compact_test.go
db.go Expose NewIndexReader() and cleanups 7 years ago
db_test.go Compress the series chunk details in index. 7 years ago
db_unix.go
db_windows.go
encoding_helpers.go Add decoding method to retrieve unsafe strings 7 years ago
head.go Do not build a superflous 'all' postings 7 years ago
head_test.go Replace single head lock with granular locks 7 years ago
index.go Expose NewIndexReader() and cleanups 7 years ago
index_test.go Replace single head lock with granular locks 7 years ago
postings.go Replace single head lock with granular locks 7 years ago
postings_test.go Change series ID from uint32 to uint64 7 years ago
querier.go
querier_test.go Replace single head lock with granular locks 7 years ago
tombstones.go Change series ID from uint32 to uint64 7 years ago
tombstones_test.go Change series ID from uint32 to uint64 7 years ago
wal.go Finish old WAL segment async, default to no fsync 7 years ago
wal_test.go Merge branch 'locks' of github.com:prometheus/tsdb into locks 7 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.