Bartlomiej Plotka f6ca7145ca
refactor(tsdb): use one test newTestDB constructor (#17638)
For tests only, we had various ways of opening DB. Reduced to one
instead of:

* Open
* newTestDB
* newTestDBOpts
* openTestDB

This so https://github.com/prometheus/prometheus/pull/17629 is smaller
and bit easier. Also for test maintainability and consistency.

Signed-off-by: bwplotka <bwplotka@gmail.com>
2025-12-03 07:55:48 +00:00
..
2024-12-05 09:21:47 -08:00
2024-01-17 22:26:32 +08:00
2025-11-05 13:47:34 +01:00
2025-11-04 05:13:49 +00:00
2021-02-22 20:28:02 +01:00
2025-11-04 05:13:49 +00:00
2025-11-04 05:13:49 +00:00
2025-11-04 05:13:49 +00:00
2025-11-05 13:47:34 +01:00
2022-10-07 16:20:20 +00: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: