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.
 
 
 
 
 
Krasi Georgiev 6f9bbc7253
Open db in Read only mode (#588)
7 years ago
.github github template for PRs (#624) 7 years ago
chunkenc Reuse Chunk Iterator (#642) 7 years ago
chunks minor enhancement: return multi error when closeAll() (#663) 7 years ago
cmd/tsdb Open db in Read only mode (#588) 7 years ago
docs/format docs: add label offset table and postings offset table (#593) 7 years ago
encoding Fix exported function comments (#566) 7 years ago
errors Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 7 years ago
fileutil comment 7 years ago
goversion remove Fsync workaround for macos. (#574) 7 years ago
index Breakdown generic writeOffsetTable (#643) 7 years ago
labels Optimize queries using regex matchers for set lookups (#602) 7 years ago
test index: simplify checksum validation 8 years ago
testdata Add repair test 8 years ago
testutil Open db in Read only mode (#588) 7 years ago
tsdbutil Add license headers to missing files (#447) 7 years ago
wal Open db in Read only mode (#588) 7 years ago
.gitignore Add default benchmark output dir to .gitignore 8 years ago
.golangci.yml Synchronize Makefile.common from prometheus/prometheus (#591) 7 years ago
.travis.yml remove Fsync workaround for macos. (#574) 7 years ago
CHANGELOG.md Open db in Read only mode (#588) 7 years ago
LICENSE Add license file 9 years ago
MAINTAINERS.md add maintainers file (#404) 7 years ago
Makefile Update Makefile.common (#548) 7 years ago
Makefile.common makefile: update Makefile.common with newer version 7 years ago
README.md README: move the build badge to the badge list (#555) 7 years ago
block.go Open db in Read only mode (#588) 7 years ago
block_test.go Open db in Read only mode (#588) 7 years ago
checkpoint.go Provide option to compress WAL records (#609) 7 years ago
checkpoint_test.go Provide option to compress WAL records (#609) 7 years ago
compact.go Open db in Read only mode (#588) 7 years ago
compact_test.go Open db in Read only mode (#588) 7 years ago
db.go Open db in Read only mode (#588) 7 years ago
db_test.go Open db in Read only mode (#588) 7 years ago
go.mod Provide option to compress WAL records (#609) 7 years ago
go.sum Provide option to compress WAL records (#609) 7 years ago
head.go Open db in Read only mode (#588) 7 years ago
head_bench_test.go Simplify mergedPostings.Seek (#595) 7 years ago
head_test.go Reuse Chunk Iterator (#642) 7 years ago
mocks_test.go Open db in Read only mode (#588) 7 years ago
querier.go Reuse Chunk Iterator (#642) 7 years ago
querier_test.go Reuse Chunk Iterator (#642) 7 years ago
record.go Merge encoding_helpers.go to tsdbutil (#526) 7 years ago
record_test.go Add test for be64() in encoding/encoding.go (#521) (#533) 7 years ago
repair.go refactor block size calculation (#637) 7 years ago
repair_test.go refactor block size calculation (#637) 7 years ago
tombstones.go refactor block size calculation (#637) 7 years ago
tombstones_test.go refactor block size calculation (#637) 7 years ago
wal.go Provide option to compress WAL records (#609) 7 years ago
wal_test.go Provide option to compress WAL records (#609) 7 years ago

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.

Based on the Gorilla TSDB white papers.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.