Browse Source

Link blog post on TSDB queries in tsdb/README.md (#8391)

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
pull/8401/head
Ganesh Vernekar 4 years ago committed by GitHub
parent
commit
a7e446cf2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tsdb/README.md

3
tsdb/README.md

@ -16,4 +16,5 @@ A series of blog posts explaining different components of TSDB:
* [The Head Block](https://ganeshvernekar.com/blog/prometheus-tsdb-the-head-block/)
* [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/)
* [Persistent Block and its Index](https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index/)
* [Queries](https://ganeshvernekar.com/blog/prometheus-tsdb-queries/)
Loading…
Cancel
Save