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.
 
 
 
 
 
naivewong 7a12d4588a Avoid potential collision of createIdxChkReaders in querier_test.go (#585) 6 years ago
chunkenc
chunks
cmd/tsdb
docs/format
encoding
errors
fileutil
goversion
index Be smarter in how we look at matchers. (#572) 6 years ago
labels Be smarter in how we look at matchers. (#572) 6 years ago
test
testdata
testutil
tsdbutil
wal
.gitignore
.travis.yml
CHANGELOG.md release 0.7.0 (#580) 6 years ago
LICENSE
MAINTAINERS.md
Makefile
Makefile.common Synchronize Makefile.common from prometheus/prometheus (#584) 6 years ago
README.md
block.go
block_test.go
checkpoint.go
checkpoint_test.go
compact.go selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs 6 years ago
compact_test.go selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs 6 years ago
db.go
db_test.go selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs 6 years ago
go.mod
go.sum
head.go Keep series that are still in WAL in checkpoints (#577) 6 years ago
head_bench_test.go Be smarter in how we look at matchers. (#572) 6 years ago
head_test.go Keep series that are still in WAL in checkpoints (#577) 6 years ago
mocks_test.go
querier.go Be smarter in how we look at matchers. (#572) 6 years ago
querier_test.go Avoid potential collision of createIdxChkReaders in querier_test.go (#585) 6 years ago
record.go
record_test.go
repair.go
repair_test.go
tombstones.go force persisting the tombstone file (#578) 6 years ago
tombstones_test.go
wal.go
wal_test.go

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.