aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook/monitoring.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-02-22 09:26:08 +0000
committerAlex <alex@adnab.me>2024-02-22 09:26:08 +0000
commit7e212e20e02b9cdced52ce23111214c6285a095a (patch)
tree2013c9d6da5e19a3e6563132e53a3c623f78226d /doc/book/cookbook/monitoring.md
parent885405d944f5f54bce12b53cf1d97f1ecd08887e (diff)
parent00a5f14a7beb225dd14bcf6a8c04b01c2d3a30c5 (diff)
downloadgarage-7e212e20e02b9cdced52ce23111214c6285a095a.tar.gz
garage-7e212e20e02b9cdced52ce23111214c6285a095a.zip
Merge pull request 'Minor typos & grammar fixes in docs' (#727) from hartraft/garage:docs-typo-fix into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/727
Diffstat (limited to 'doc/book/cookbook/monitoring.md')
-rw-r--r--doc/book/cookbook/monitoring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/monitoring.md b/doc/book/cookbook/monitoring.md
index b204dbbe..d643a9ca 100644
--- a/doc/book/cookbook/monitoring.md
+++ b/doc/book/cookbook/monitoring.md
@@ -18,7 +18,7 @@ api_bind_addr = "0.0.0.0:3903"
```
This will allow anyone to scrape Prometheus metrics by fetching
-`http://localhost:3093/metrics`. If you want to restrict access
+`http://localhost:3903/metrics`. If you want to restrict access
to the exported metrics, set the `metrics_token` configuration value
to a bearer token to be used when fetching the metrics endpoint.