From f7b3b1c621dd623276153acab26dbba6dcf0cd90 Mon Sep 17 00:00:00 2001
From: Daryl White <53910321+djwfyi@users.noreply.github.com>
Date: Thu, 8 Dec 2022 11:58:15 -0600
Subject: [PATCH] Updating links to Prometheus docs (#668)
Just a couple of link adjustments for the Prometheus doc.
- One link was broken due to a page move on the Prometheus side.
- Other is a request from Slack to add a link to Prometheus install.
---
.../monitoring/collect-minio-metrics-using-prometheus.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst b/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst
index 19793daa..688ecb98 100644
--- a/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst
+++ b/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst
@@ -10,7 +10,7 @@ Monitoring and Alerting using Prometheus
:local:
:depth: 1
-MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model `.
+MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model `.
The procedure on this page documents the following:
- Configuring a Prometheus service to scrape and display metrics from a MinIO deployment
@@ -21,7 +21,7 @@ The procedure on this page documents the following:
This procedure requires the following:
- - An existing Prometheus deployment with backing :prometheus-docs:`Alert Manager `
+ - An existing :prometheus-docs:`Prometheus deployment ` with backing :prometheus-docs:`Alert Manager `
- An existing MinIO deployment with network access to the Prometheus deployment