docs: fix bucket metrics API\ path in docs (#18661)

This commit is contained in:
Anugrah Vijay
2023-12-18 10:21:08 -06:00
committed by GitHub
parent bdf4e386cf
commit 6acf038a84

View File

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