diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-14 12:09:29 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-14 12:39:46 +0200 |
commit | 7169ee6ee661c84acc2847c96cc8afaebf06dc09 (patch) | |
tree | ee87c9f626c224e9e4b5c6daffcf0692ef65ed30 /doc/book/cookbook | |
parent | dd7533a260291a25d69b8e7afa423df9e0d6a30c (diff) | |
download | garage-7169ee6ee661c84acc2847c96cc8afaebf06dc09.tar.gz garage-7169ee6ee661c84acc2847c96cc8afaebf06dc09.zip |
doc: reformulate in monitoring page
Diffstat (limited to 'doc/book/cookbook')
-rw-r--r-- | doc/book/cookbook/monitoring.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/book/cookbook/monitoring.md b/doc/book/cookbook/monitoring.md index 8313daa9..b204dbbe 100644 --- a/doc/book/cookbook/monitoring.md +++ b/doc/book/cookbook/monitoring.md @@ -49,9 +49,5 @@ add the following lines in your Prometheus scrape config: To visualize the scraped data in Grafana, you can either import our [Grafana dashboard for Garage](https://git.deuxfleurs.fr/Deuxfleurs/garage/raw/branch/main/script/telemetry/grafana-garage-dashboard-prometheus.json) or make your own. -We detail below the list of exposed metrics and their meaning. - -## List of exported metrics - -See our [dedicated page](@/documentation/reference-manual/monitoring.md) in the Reference manual section. +The list of exported metrics is available on our [dedicated page](@/documentation/reference-manual/monitoring.md) in the Reference manual section. |