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
Simon Pasquier d5d7a097e1
Update Makefile.common
6 years ago
chunkenc Update Makefile.common 6 years ago
chunks Update Makefile.common 6 years ago
cmd/tsdb Update Makefile.common 6 years ago
docs/format
fileutil Update Makefile.common 6 years ago
index Update Makefile.common 6 years ago
labels fix statick check errors (#475) 6 years ago
test
testdata
testutil
tsdbutil
wal Add WALSegmentSize as an option of tsdb creation (#450) 6 years ago
.gitignore
.travis.yml fix statick check errors (#475) 6 years ago
CHANGELOG.md remove unused `PrefixMatcher` (#474) 6 years ago
LICENSE
MAINTAINERS.md
Makefile fix statick check errors (#475) 6 years ago
Makefile.common Update Makefile.common 6 years ago
README.md
block.go
block_test.go rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488) 6 years ago
checkpoint.go Typo fixed: "inlcuding" -> "including" (#462) 6 years ago
checkpoint_test.go fix statick check errors (#475) 6 years ago
compact.go Update Makefile.common 6 years ago
compact_test.go fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472) 6 years ago
db.go remove unused WALFlushInterval option and NopWAL struct (#468) 6 years ago
db_test.go Update Makefile.common 6 years ago
encoding_helpers.go Update Makefile.common 6 years ago
go.mod
go.sum
head.go Update Makefile.common 6 years ago
head_bench_test.go Move series fetches out of inner loop of SortedPostings. (#485) 6 years ago
head_test.go Update Makefile.common 6 years ago
mocks_test.go
querier.go fix statick check errors (#475) 6 years ago
querier_test.go Update Makefile.common 6 years ago
record.go
record_test.go
repair.go fix some typos (#466) 6 years ago
repair_test.go fix statick check errors (#475) 6 years ago
tombstones.go
tombstones_test.go Update Makefile.common 6 years ago
wal.go fix statick check errors (#475) 6 years ago
wal_test.go fix statick check errors (#475) 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.