diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-27 18:01:06 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-30 12:54:42 +0000 |
commit | ae9c7a29001ce08a73798f68f49c421a2e432959 (patch) | |
tree | 188e29b30d82602d08f793f172ef5f132fe63984 /doc/book/cookbook | |
parent | 7ab27f84b80f00764988052506432a9f34932896 (diff) | |
download | garage-ae9c7a29001ce08a73798f68f49c421a2e432959.tar.gz garage-ae9c7a29001ce08a73798f68f49c421a2e432959.zip |
cookbook/_index.md: Added link to monitoring documentation.
Diffstat (limited to 'doc/book/cookbook')
-rw-r--r-- | doc/book/cookbook/_index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/book/cookbook/_index.md b/doc/book/cookbook/_index.md index 6e279363..34e2ed92 100644 --- a/doc/book/cookbook/_index.md +++ b/doc/book/cookbook/_index.md @@ -26,6 +26,10 @@ This chapter could also be referred as "Tutorials" or "Best practices". - **[Configuring a reverse-proxy](@/documentation/cookbook/reverse-proxy.md):** This page explains how to configure a reverse-proxy to add TLS support to your S3 api endpoint. +- **[Monitoring Garage](@/documentation/cookbook/monitoring.md)** This page + explains the Prometheus metrics available for monitoring the Garage + cluster/nodes. + - **[Recovering from failures](@/documentation/cookbook/recovering.md):** Garage's first selling point is resilience to hardware failures. This section explains how to recover from such a failure in the best possible way. |