From 9165aedb4947052759da4da4a9ae72b1814efae1 Mon Sep 17 00:00:00 2001 From: Sonali Rajput Date: Fri, 7 Oct 2022 16:20:20 +0000 Subject: [PATCH] Fixed broken link in tsdb README.md Signed-off-by: Sonali Rajput --- tsdb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/README.md b/tsdb/README.md index ad9354586..80770e8dd 100644 --- a/tsdb/README.md +++ b/tsdb/README.md @@ -13,7 +13,7 @@ which handles storage and querying of all Prometheus v2 data. ## External resources -* A writeup of the original design can be found [here](https://fabxc.org/blog/2017-04-10-writing-a-tsdb/). +* A writeup of the original design can be found [here](https://web.archive.org/web/20210803115658/https://fabxc.org/tsdb/). * Video: [Storing 16 Bytes at Scale](https://youtu.be/b_pEevMAC3I) from [PromCon 2017](https://promcon.io/2017-munich/). * Compression is based on the Gorilla TSDB [white paper](http://www.vldb.org/pvldb/vol8/p1816-teller.pdf).