fix: metrics URI path in prometheus docs (#18907)

This commit is contained in:
Daniel Valdivia
2024-01-29 14:34:21 -08:00
committed by GitHub
parent 29b1a29044
commit 403ec7cf21

View File

@@ -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.