Browse Source

Merge pull request #11430 from sonali-rajput/sonali-rajput/broken-link-in-documentation-11069

Fixed broken link in tsdb README.md
pull/8082/head
Richard Hartmann 2 years ago committed by GitHub
parent
commit
3cd3838e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tsdb/README.md

2
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).

Loading…
Cancel
Save