From 6acf038a8482bdf7941458fb8be6ba296904c470 Mon Sep 17 00:00:00 2001 From: Anugrah Vijay Date: Mon, 18 Dec 2023 10:21:08 -0600 Subject: [PATCH] docs: fix bucket metrics API\ path in docs (#18661) --- docs/metrics/prometheus/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics/prometheus/list.md b/docs/metrics/prometheus/list.md index f9872e169..dc40fd898 100644 --- a/docs/metrics/prometheus/list.md +++ b/docs/metrics/prometheus/list.md @@ -238,7 +238,7 @@ Metrics may include one or more additional labels, such as the server that calcu These metrics can be obtained from any MinIO server once per collection by using the following URL: ```shell -https://HOSTNAME:PORT/minio/metrics/v2/bucket +https://HOSTNAME:PORT/minio/v2/metrics/bucket ``` Replace ``HOSTNAME:PORT`` with the hostname of your MinIO deployment.