Bryan Boreham 10b27dfb84 Simplify IndexReader.Series interface
Instead of passing in a `ScratchBuilder` and `Labels`, just pass the
builder and the caller can extract labels from it. In many cases the
caller didn't use the Labels value anyway.

Now in `Labels.ScratchBuilder` we need a slightly different API: one
to assign what will be the result, instead of overwriting some other
`Labels`. This is safer and easier to reason about.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2022-12-19 15:22:09 +00:00
..
2021-08-27 10:24:14 +02:00
2022-10-11 22:53:37 +05:30
2022-12-19 15:22:09 +00:00
2021-02-22 20:28:02 +01:00
2022-12-15 18:32:45 +00:00
2022-10-11 22:53:37 +05:30
2022-11-09 11:18:49 +01:00
2022-10-11 22:53:37 +05:30
2022-10-11 22:53:37 +05:30
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: