Skip to content

Commit 23e5e48

Browse files
authored
fix: replace a dead link with a valid one (#2410)
* fix: replace a dead link with a valid one Signed-off-by: Yi Cai <[email protected]> * replace hardcoded version with latest Signed-off-by: Yi Cai <[email protected]> --------- Signed-off-by: Yi Cai <[email protected]>
1 parent 12bb302 commit 23e5e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/monitoring-and-logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When deploying RHDH onto a kubernetes cluster with the [RHDH Helm chart](https:/
1616

1717
### Enabling Metrics Monitoring on Openshift
1818

19-
To enable metrics monitoring on OpenShift, we need to create a `ServiceMonitor` resource in the OpenShift cluster that will be used by Prometheus to scrape metrics from your Backstage instance. For the metrics to be ingested by the built-in Prometheus instances in Openshift, please ensure you enabled [monitoring for user-defined projects](https://docs.openshift.com/container-platform/latest/observability/monitoring/enabling-monitoring-for-user-defined-projects.html).
19+
To enable metrics monitoring on OpenShift, we need to create a `ServiceMonitor` resource in the OpenShift cluster that will be used by Prometheus to scrape metrics from your Backstage instance. For the metrics to be ingested by the built-in Prometheus instances in Openshift, please ensure you enabled [monitoring for user-defined projects](https://docs.openshift.com/container-platform/latest/observability/monitoring/configuring-user-workload-monitoring/preparing-to-configure-the-monitoring-stack-uwm.html).
2020

2121
#### Helm deployment
2222

0 commit comments

Comments
 (0)