prometheus/tsdb
zhulongcheng 5ea6bdca1f
tsdb: sync temporary checkpoint directory before rename (#7004)
Signed-off-by: zhulongcheng <zhulongcheng.dev@gmail.com>
2020-09-07 20:04:49 +05:30
..
chunkenc
chunks tsdb/chunks: remove un-used code. (#6944) 2020-08-31 16:55:47 +02:00
docs/format
encoding
errors
fileutil Make file permissions set to allow for wider umask options. (#7782) 2020-08-12 23:23:17 +02:00
goversion tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
index Fix golint warning caused by misspell (#7842) 2020-08-25 09:17:41 +01:00
record
test
testdata tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 2020-08-11 06:56:08 +01:00
tombstones tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00
tsdbutil tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
wal tsdb: sync temporary checkpoint directory before rename (#7004) 2020-09-07 20:04:49 +05:30
.gitignore
block.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
block_test.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
CHANGELOG.md
compact.go tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 2020-08-11 06:56:08 +01:00
compact_test.go tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 2020-08-11 06:56:08 +01:00
db.go tsdb: simplify code. (#7792) 2020-08-14 15:15:08 +05:30
db_test.go Refactor WAL.Segments method to be part of the wal package (#6477) 2020-09-01 14:46:57 +05:30
head.go tsdb: remove redundant fields. (#7869) 2020-09-02 17:03:21 +01:00
head_bench_test.go Replace sync/atomic with uber-go/atomic (#7683) 2020-07-30 13:15:42 +05:30
head_test.go Refactor WAL.Segments method to be part of the wal package (#6477) 2020-09-01 14:46:57 +05:30
isolation.go
isolation_test.go
mocks_test.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
querier.go tsdb: Save allocations on labels by re-using label array 2020-08-05 10:27:14 +02:00
querier_bench_test.go Fix failing tests 2020-07-30 17:06:56 +05:30
querier_test.go fix misspell (#7764) 2020-08-07 08:57:25 +01:00
README.md
repair.go tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 2020-08-11 06:56:08 +01:00
repair_test.go tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 2020-08-11 06:56:08 +01:00
tsdbblockutil.go Address comments 2020-07-30 16:41:13 +05:30
wal.go
wal_test.go tsdb: test for leaks (#7566) 2020-07-21 10:08:06 +02:00

TSDB

GoDoc

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.