aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhartraft <hartraft@tutanota.com>2024-02-20 21:19:00 +0100
committerhartraft <hartraft@tutanota.com>2024-02-20 21:19:00 +0100
commit00a5f14a7beb225dd14bcf6a8c04b01c2d3a30c5 (patch)
tree2013c9d6da5e19a3e6563132e53a3c623f78226d
parent1a07c8dd541ffaf810f01eca6767c3e45f43e479 (diff)
downloadgarage-00a5f14a7beb225dd14bcf6a8c04b01c2d3a30c5.tar.gz
garage-00a5f14a7beb225dd14bcf6a8c04b01c2d3a30c5.zip
Align admin endpoint port
-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.