Krasimir Georgiev 549164f252
return err instead of panic for corrupted chunk (#6040)
* Fix tsdb panic when querying corrupted chunks.
check that the chunk segment has enough data to read all chunk pieces.
* refactor, simplify and add tests.
* simpfiy WriteChunks implementation

Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>
2019-12-04 09:37:49 +02:00
..
2019-10-10 18:46:27 +08:00
2019-10-17 19:09:54 +08:00
2019-09-30 09:54:55 -06:00
2019-11-19 21:03:24 +00:00
2019-11-18 11:53:33 -08:00
2019-11-18 11:53:33 -08:00
2019-08-28 14:43:02 +01:00
2019-11-18 11:53:33 -08:00
2019-10-24 15:35:47 +05:30
2019-11-18 11:53:33 -08: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.