From 5eab3db3443c7b09943686ce5397c7dc9b643504 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 5 Jan 2020 13:44:39 -0800 Subject: [PATCH] Fix doc reference for prometheus (#8748) --- docs/metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics/README.md b/docs/metrics/README.md index c3438e5a7..b2dda9d2e 100644 --- a/docs/metrics/README.md +++ b/docs/metrics/README.md @@ -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).