prometheus/tsdb
Jesus Vazquez e70e769889 Rename OutOfOrderAllowance to OutOfOrderTimeWindow
After review Allowance is perhaps a bit misleading so we've decided to
replace it with a more common term like TimeWindow.
2022-06-24 12:23:38 +02:00
..
agent Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
chunkenc Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
chunks Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
docs Update godoc links and remove note about TSDB versioning (#10754) 2022-05-26 18:34:43 +10:00
encoding
errors
fileutil Make necessary change to compile promql parser to wasm (#10683) 2022-05-12 09:12:05 +02:00
goversion
hashcache
index Remove use of io/ioutil. 2022-06-09 15:01:34 +02:00
record Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
test
testdata
tombstones refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
tsdbutil refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
wal Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
.gitignore
async_block_writer.go Make linter happy 2022-02-10 15:32:02 +01:00
block.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
block_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
blockwriter.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
blockwriter_test.go refactor: use T.TempDir() and B.TempDir to create temporary directory 2022-01-22 18:57:30 +08:00
CHANGELOG.md
compact.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
compact_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
db.go Rename OutOfOrderAllowance to OutOfOrderTimeWindow 2022-06-24 12:23:38 +02:00
db_test.go Rename OutOfOrderAllowance to OutOfOrderTimeWindow 2022-06-24 12:23:38 +02:00
example_test.go refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
exemplar.go
exemplar_test.go unit tests: make all Labels sorted alphabetically (#10532) 2022-05-04 23:41:36 +02:00
head.go Rename OutOfOrderAllowance to OutOfOrderTimeWindow 2022-06-24 12:23:38 +02:00
head_append.go Rename OutOfOrderAllowance to OutOfOrderTimeWindow 2022-06-24 12:23:38 +02:00
head_append_test.go
head_bench_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
head_read.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
head_read_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
head_test.go Rename OutOfOrderAllowance to OutOfOrderTimeWindow 2022-06-24 12:23:38 +02:00
head_wal.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
isolation.go
isolation_test.go
mocks_test.go
ooo_head.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
ooo_head_read.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
ooo_head_read_test.go Rename OutOfOrderAllowance to OutOfOrderTimeWindow 2022-06-24 12:23:38 +02:00
postings_for_matchers_cache.go
postings_for_matchers_cache_test.go Necessary changes to make the merge work 2022-04-13 14:45:43 +02:00
querier.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
querier_bench_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
querier_test.go Add out-of-order sample support to the TSDB (#269) 2022-06-22 11:45:21 +00:00
README.md Update godoc links and remove note about TSDB versioning (#10754) 2022-05-26 18:34:43 +10:00
repair.go refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
repair_test.go refactor: use T.TempDir() and B.TempDir to create temporary directory 2022-01-22 18:57:30 +08:00
symbols_batch.go
symbols_batch_test.go
tsdbblockutil.go
wal.go
wal_test.go refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00

TSDB

GoPkg

This directory contains the Prometheus TSDB (Time Series DataBase) library, which handles storage and querying of all Prometheus v2 data.

Documentation

External resources

A series of blog posts explaining different components of TSDB: