You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardexpand all lines: docs/monitoring-and-logging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ When deploying RHDH onto a kubernetes cluster with the [RHDH Helm chart](https:/
16
16
17
17
### Enabling Metrics Monitoring on Openshift
18
18
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).
0 commit comments