From 2bcd9f2f691c07fa92170ebf728c6235c48f4677 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:35:33 +0530 Subject: [PATCH] Link 2 more TSDB blog posts in tsdb/README.md (#9371) Signed-off-by: Ganesh Vernekar --- tsdb/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsdb/README.md b/tsdb/README.md index 98443f1785..59f800c7ae 100644 --- a/tsdb/README.md +++ b/tsdb/README.md @@ -17,4 +17,6 @@ A series of blog posts explaining different components of TSDB: * [WAL and Checkpoint](https://ganeshvernekar.com/blog/prometheus-tsdb-wal-and-checkpoint/) * [Memory Mapping of Head Chunks from Disk](https://ganeshvernekar.com/blog/prometheus-tsdb-mmapping-head-chunks-from-disk/) * [Persistent Block and its Index](https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index/) -* [Queries](https://ganeshvernekar.com/blog/prometheus-tsdb-queries/) \ No newline at end of file +* [Queries](https://ganeshvernekar.com/blog/prometheus-tsdb-queries/) +* [Compaction and Retention](https://ganeshvernekar.com/blog/prometheus-tsdb-compaction-and-retention/) +* [Snapshot on Shutdown](https://ganeshvernekar.com/blog/prometheus-tsdb-snapshot-on-shutdown/)