Skip to content

Commit

Permalink
docs: fix bucket metrics API\ path in docs (#18661)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanugrah committed Dec 18, 2023
1 parent bdf4e38 commit 6acf038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metrics/prometheus/list.md
Expand Up @@ -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.
Expand Down

0 comments on commit 6acf038

Please sign in to comment.