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 48c439d26d
fix statick check errors (#475)
7 years ago
chunkenc Make newBReader return a struct, not a pointer. (#459) 7 years ago
chunks Make interval overlap comparisons more explicit 8 years ago
cmd/tsdb fix statick check errors (#475) 7 years ago
docs/format add missing zero to tombstone magic number (#448) 7 years ago
fileutil Add license headers to missing files (#447) 7 years ago
index fix statick check errors (#475) 7 years ago
labels fix statick check errors (#475) 7 years ago
test index: simplify checksum validation 8 years ago
testdata Add repair test 8 years ago
testutil fileutil: remove dependency on prometheus/prometheus 7 years ago
tsdbutil Add license headers to missing files (#447) 7 years ago
wal Add WALSegmentSize as an option of tsdb creation (#450) 7 years ago
.gitignore Add default benchmark output dir to .gitignore 8 years ago
.travis.yml fix statick check errors (#475) 7 years ago
CHANGELOG.md remove unused `PrefixMatcher` (#474) 7 years ago
LICENSE Add license file 9 years ago
MAINTAINERS.md add maintainers file (#404) 7 years ago
Makefile fix statick check errors (#475) 7 years ago
Makefile.common Use Go modules (#454) 7 years ago
README.md comments about the 120samples const and link to Gorilla papers. (#423) 7 years ago
block.go Reduce memory taken up by posting/symbol tables. 7 years ago
block_test.go rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488) 7 years ago
checkpoint.go Typo fixed: "inlcuding" -> "including" (#462) 7 years ago
checkpoint_test.go fix statick check errors (#475) 7 years ago
compact.go Use already open blocks while compacting. (#441) 7 years ago
compact_test.go fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472) 7 years ago
db.go remove unused WALFlushInterval option and NopWAL struct (#468) 7 years ago
db_test.go fix statick check errors (#475) 7 years ago
encoding_helpers.go Add license headers to missing files (#447) 7 years ago
go.mod Use Go modules (#454) 7 years ago
go.sum Use Go modules (#454) 7 years ago
head.go fix statick check errors (#475) 7 years ago
head_bench_test.go Add license headers to missing files (#447) 7 years ago
head_test.go fix statick check errors (#475) 7 years ago
mocks_test.go fix lint errors (#439) 7 years ago
querier.go fix statick check errors (#475) 7 years ago
querier_test.go rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488) 7 years ago
record.go fix lint errors (#439) 7 years ago
record_test.go Add checkpointing of WAL segments 8 years ago
repair.go fix some typos (#466) 7 years ago
repair_test.go fix statick check errors (#475) 7 years ago
staticcheck.conf fix statick check errors (#475) 7 years ago
tombstones.go fix lint errors (#439) 7 years ago
tombstones_test.go fix lint errors (#439) 7 years ago
wal.go fix statick check errors (#475) 7 years ago
wal_test.go fix statick check errors (#475) 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.