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
errors
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
testdata
testutil Open db in Read only mode (#588) 7 years ago
tsdbutil
wal Open db in Read only mode (#588) 7 years ago
.gitignore
.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
MAINTAINERS.md
Makefile
Makefile.common makefile: update Makefile.common with newer version 7 years ago
README.md
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
record_test.go
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.