prometheus/tsdb
2020-03-27 15:57:07 +01:00
..
chunkenc storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 2020-03-24 20:15:47 +00:00
chunks storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 2020-03-24 20:15:47 +00:00
cmd/tsdb Revert head posting optimization 2020-03-25 20:19:33 +01:00
docs/format Live m-mapping of chunks on disk (#6830) 2020-03-19 22:03:44 +05:30
encoding
errors
fileutil Live m-mapping of chunks on disk (#6830) 2020-03-19 22:03:44 +05:30
goversion Fix some typo in comments (#6730) 2020-01-31 12:11:52 +05:30
index tsdb: writePostingsToTmpFiles returns nil instead of err (#6618) 2020-01-13 22:40:12 +00:00
record
test
testdata
tombstones tsdb: add tombstonesHeaderSize constant (#7028) 2020-03-22 12:59:35 +05:30
tsdbutil storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 2020-03-24 20:15:47 +00:00
wal Those links should not be reverted 2020-03-25 20:37:26 +01:00
.gitignore
block.go Revert head posting optimization 2020-03-25 20:19:33 +01:00
block_test.go storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 2020-03-20 21:14:43 +01:00
CHANGELOG.md
compact.go Merge pull request #7060 from prometheus/release-2.17 2020-03-27 15:57:07 +01:00
compact_test.go Those links should not be reverted 2020-03-25 20:37:26 +01:00
db.go Fix golint issues. 2020-03-23 20:38:43 +01:00
db_test.go Those links should not be reverted 2020-03-25 20:37:26 +01:00
head.go Reset comment 2020-03-26 00:17:56 +01:00
head_bench_test.go Make head Postings only return series in time range 2020-02-20 22:41:46 +01:00
head_test.go Merge pull request #7060 from prometheus/release-2.17 2020-03-27 15:57:07 +01:00
isolation.go Do not attempt isolation for appendID == 0 2020-03-01 02:48:35 +01:00
mocks_test.go Revert head posting optimization 2020-03-25 20:19:33 +01:00
querier.go Merge pull request #7060 from prometheus/release-2.17 2020-03-27 15:57:07 +01:00
querier_bench_test.go Revert head posting optimization 2020-03-25 20:19:33 +01:00
querier_test.go Merge pull request #7060 from prometheus/release-2.17 2020-03-27 15:57:07 +01:00
README.md
repair.go tsdb: fix typo for wrong metric name (#6938) 2020-03-09 08:25:31 +00:00
repair_test.go
tsdbblockutil.go Fix golint issues. 2020-03-23 20:38:43 +01:00
wal.go
wal_test.go

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.