From ce68f0b41017fa950c8d20254a5429efd1791b9f Mon Sep 17 00:00:00 2001 From: Umaid Abbasi <91631027+umizoom@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:02:39 -0500 Subject: [PATCH] Fix link to sample prometheus file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa09a44c..226ab8a0 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ brs-node-2 Idle 1.5.1 StagedUpdat The update operator provides metrics endpoints which can be scraped by [Prometheus](https://prometheus.io/). This allows you to monitor the history of update operations using popular metrics analysis and visualization tools. -We provide a [sample configuration](./deploy/telemetry/prometheus-resources.yaml) which demonstrates a Prometheus deployment into the cluster that is configured to gather metrics data from the update operator. +We provide a [sample configuration](./deploy/examples/prometheus-resources.yaml) which demonstrates a Prometheus deployment into the cluster that is configured to gather metrics data from the update operator. To deploy the sample configuration, you can use `kubectl`: