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
Bartek Płotka a272e7ec60
Cut TSDB release 0.9.0 (#647)
5 years ago
.github github template for PRs (#624) 6 years ago
chunkenc Add FromData function (again)! (#600) 6 years ago
chunks Re-encode chunks that are still being appended to when snapshoti… (#641) 5 years ago
cmd/tsdb Print label names with highest cumulative label value length during tsdb analyze (#626) 6 years ago
docs/format docs: add label offset table and postings offset table (#593) 6 years ago
encoding Fix exported function comments (#566) 6 years ago
errors Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 6 years ago
fileutil comment 6 years ago
goversion remove Fsync workaround for macos. (#574) 6 years ago
index Improvement on postings intersection (#616) 6 years ago
labels Optimize queries using regex matchers for set lookups (#602) 6 years ago
test
testdata
testutil Provide option to compress WAL records (#609) 6 years ago
tsdbutil Add license headers to missing files (#447) 6 years ago
wal Provide option to compress WAL records (#609) 6 years ago
.gitignore
.golangci.yml Synchronize Makefile.common from prometheus/prometheus (#591) 6 years ago
.travis.yml remove Fsync workaround for macos. (#574) 6 years ago
CHANGELOG.md Cut TSDB release 0.9.0 (#647) 5 years ago
LICENSE
MAINTAINERS.md
Makefile Update Makefile.common (#548) 6 years ago
Makefile.common Synchronize Makefile.common from prometheus/prometheus (#640) 6 years ago
README.md README: move the build badge to the badge list (#555) 6 years ago
block.go Check error before wrapping 5 years ago
block_test.go Re-encode chunks that are still being appended to when snapshoti… (#641) 5 years ago
checkpoint.go Provide option to compress WAL records (#609) 6 years ago
checkpoint_test.go Provide option to compress WAL records (#609) 6 years ago
compact.go Re-encode chunks that are still being appended to when snapshoti… (#641) 5 years ago
compact_test.go fix two benchmarks (#631) 6 years ago
db.go Re-encode chunks that are still being appended to when snapshoti… (#641) 5 years ago
db_test.go Re-encode chunks that are still being appended to when snapshoti… (#641) 5 years ago
go.mod Provide option to compress WAL records (#609) 6 years ago
go.sum Provide option to compress WAL records (#609) 6 years ago
head.go Re-encode chunks that are still being appended to when snapshoti… (#641) 5 years ago
head_bench_test.go Simplify mergedPostings.Seek (#595) 6 years ago
head_test.go Provide option to compress WAL records (#609) 6 years ago
mocks_test.go Vertical query merging and compaction (#370) 6 years ago
querier.go Optimize queries using regex matchers for set lookups (#602) 6 years ago
querier_test.go Add e2e benchmarks for head and block Queries (#467) 6 years ago
record.go Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
record_test.go Add test for be64() in encoding/encoding.go (#521) (#533) 6 years ago
repair.go refactor block size calculation (#637) 6 years ago
repair_test.go refactor block size calculation (#637) 6 years ago
tombstones.go refactor block size calculation (#637) 6 years ago
tombstones_test.go refactor block size calculation (#637) 6 years ago
wal.go Provide option to compress WAL records (#609) 6 years ago
wal_test.go Provide option to compress WAL records (#609) 6 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.