From 403ec7cf21cc3ca357ca3226b4a82f02ab1e349c Mon Sep 17 00:00:00 2001 From: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:34:21 -0800 Subject: [PATCH] fix: metrics URI path in prometheus docs (#18907) --- docs/metrics/prometheus/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/metrics/prometheus/list.md b/docs/metrics/prometheus/list.md index 2fc7f6429..8ae8cb618 100644 --- a/docs/metrics/prometheus/list.md +++ b/docs/metrics/prometheus/list.md @@ -6,7 +6,7 @@ Metrics may include one or more labels, such as the server that calculated that These metrics can be obtained from any MinIO server once per collection by using the following URL: ```shell -https://HOSTNAME:PORT/minio/metrics/v2/cluster +https://HOSTNAME:PORT/minio/v2/metrics/cluster ``` Replace ``HOSTNAME:PORT`` with the hostname of your MinIO deployment. @@ -328,7 +328,7 @@ Metrics may include one or more additional labels, such as the drive path, inter These metrics can be obtained from any MinIO server once per collection by using the following URL: ```shell -https://HOSTNAME:PORT/minio/metrics/v2/resource +https://HOSTNAME:PORT/minio/v2/metrics/resource ``` Replace `HOSTNAME:PORT` with the hostname of your MinIO deployment.