Fix doc reference for prometheus (#8748)

This commit is contained in:
Harshavardhana 2020-01-05 13:44:39 -08:00 committed by kannappanr
parent 9f44fcd540
commit 5eab3db344

View File

@ -17,4 +17,4 @@ MinIO server exposes Prometheus compatible data on a single endpoint. By default
- Prometheus data available at `/minio/prometheus/metrics`
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/cookbook/blob/master/docs/how-to-monitor-minio-with-prometheus.md).
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).