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 2962202ed3
fix windows tests (#469)
6 years ago
chunkenc
chunks
cmd/tsdb
docs/format
fileutil
index Release v0.3.0 (#464) 6 years ago
labels
test
testdata
testutil
tsdbutil
wal fix windows tests (#469) 6 years ago
.gitignore
.travis.yml fix windows tests (#469) 6 years ago
CHANGELOG.md Release v0.3.0 (#464) 6 years ago
LICENSE
MAINTAINERS.md
Makefile
Makefile.common Use Go modules (#454) 6 years ago
README.md
block.go Reduce memory taken up by posting/symbol tables. 6 years ago
block_test.go no overlapping on compaction when an existing block is not within default boundaries. (#461) 6 years ago
checkpoint.go Typo fixed: "inlcuding" -> "including" (#462) 6 years ago
checkpoint_test.go refactor NewSegmentsRangeReader to take multi WAL ranges (#449) 6 years ago
compact.go
compact_test.go fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472) 6 years ago
db.go no overlapping on compaction when an existing block is not within default boundaries. (#461) 6 years ago
db_test.go fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472) 6 years ago
encoding_helpers.go
go.mod Use Go modules (#454) 6 years ago
go.sum Use Go modules (#454) 6 years ago
head.go fix windows tests (#469) 6 years ago
head_bench_test.go
head_test.go fix windows tests (#469) 6 years ago
mocks_test.go
querier.go
querier_test.go no overlapping on compaction when an existing block is not within default boundaries. (#461) 6 years ago
record.go
record_test.go
repair.go fix some typos (#466) 6 years ago
repair_test.go
tombstones.go
tombstones_test.go
wal.go fix some typos (#466) 6 years ago
wal_test.go fix windows tests (#469) 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.