mirror of
https://github.com/minio/minio.git
synced 2025-11-25 03:56:17 -05:00
Updated Prometheus metrics (#11141)
* Add metrics for nodes online and offline * Add cluster capacity metrics * Introduce v2 metrics
This commit is contained in:
@@ -13,8 +13,15 @@ Read more on how to use these endpoints in [MinIO healthcheck guide](https://git
|
||||
|
||||
### Prometheus Probe
|
||||
|
||||
MinIO server exposes Prometheus compatible data on a single endpoint. By default, the endpoint is authenticated.
|
||||
MinIO allows reading metrics for the entire cluster from any single node. The cluster wide metrics can be read at
|
||||
`<Address for MinIO Service>/minio/prometheus/cluster`.
|
||||
|
||||
- Prometheus data available at `/minio/prometheus/metrics`
|
||||
The additional node specific metrics which include go metrics or process metrics are exposed at
|
||||
`<Address for MinIO Node>/minio/prometheus/node`.
|
||||
|
||||
To use this endpoint, setup Prometheus to scrape data from this endpoint. Read more on how to configure and use Prometheus to monitor MinIO server in [How to monitor MinIO server with Prometheus](https://github.com/minio/minio/blob/master/docs/metrics/prometheus/README.md).
|
||||
|
||||
**Deprecated metrics monitoring**
|
||||
|
||||
- Prometheus' data available at `/minio/prometheus/metrics` is deprecated
|
||||
|
||||
|
||||
Reference in New Issue
Block a user