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
Callum Styan a971f52ac8
clean up after running repair tests (#372)
6 years ago
chunkenc fix some comments typos (#315) 7 years ago
chunks Make interval overlap comparisons more explicit 6 years ago
cmd/tsdb Refactor Makefile to use Makefile.common (#324) 6 years ago
docs/format Add Replace function 6 years ago
fileutil clean up after running repair tests (#372) 6 years ago
index Handle a bunch of unchecked errors (#365) 6 years ago
labels Fix labels bench test 7 years ago
test index: simplify checksum validation 7 years ago
testdata Add repair test 7 years ago
testutil remove Nil/NotNil functions 7 years ago
tsdbutil use test utils in buffer_test 7 years ago
wal Fix filehandling for windows (#392) 6 years ago
.gitignore Add default benchmark output dir to .gitignore 7 years ago
.travis.yml Refactor Makefile to use Makefile.common (#324) 6 years ago
LICENSE Add license file 8 years ago
Makefile Refactor Makefile to use Makefile.common (#324) 6 years ago
Makefile.common Refactor Makefile to use Makefile.common (#324) 6 years ago
README.md Add link to PromCon 2017 video. 7 years ago
block.go removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
block_test.go add rwmutex to prevent concurrent map read when delete series 7 years ago
checkpoint.go Fix filehandling for windows (#392) 6 years ago
checkpoint_test.go Integrate new WAL and checkpoints 6 years ago
compact.go Fix filehandling for windows (#392) 6 years ago
compact_test.go Fixed some comments. 7 years ago
db.go remove unused changes variable (#391) 6 years ago
db_test.go removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
encoding_helpers.go Fix minor typos in comments 7 years ago
head.go Handle a bunch of unchecked errors (#365) 6 years ago
head_test.go removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
querier.go removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
querier_test.go removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
record.go Add checkpointing of WAL segments 6 years ago
record_test.go Add checkpointing of WAL segments 6 years ago
repair.go Address Julius's comment 7 years ago
repair_test.go clean up after running repair tests (#372) 6 years ago
tombstones.go Handle a bunch of unchecked errors (#365) 6 years ago
tombstones_test.go remove `put` function and use RLock in `Iter` function 7 years ago
wal.go removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
wal_test.go Fix assert order being backwards in a few places (#388) 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.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.