mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -05:00
fix: metrics URI path in prometheus docs (#18907)
This commit is contained in:
parent
29b1a29044
commit
403ec7cf21
@ -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:
|
These metrics can be obtained from any MinIO server once per collection by using the following URL:
|
||||||
|
|
||||||
```shell
|
```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.
|
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:
|
These metrics can be obtained from any MinIO server once per collection by using the following URL:
|
||||||
|
|
||||||
```shell
|
```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.
|
Replace `HOSTNAME:PORT` with the hostname of your MinIO deployment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user