Documentation Deficiency, Best Practices, Known issues
Pull Secret
The OpenShift probe images is pulled from Docker Hub and not from the Broadcom container registry. Therefore, a pull secret is not be required. The OpenShift image comes from the Docker Hub repository for the Universal Monitoring Agent. Since these are public Docker Hub images, anonymous pulls are allowed and OpenShift is able to pull the image without credentials.
Create a profile, Endpoint connectivity Requirements
In comparison to older version of the probe new end points are required to be reachable from the OpenShift probe system. This is especially important if there is a load balancer in the middle.
Specifically the following is needed to be open between the probe and the cluster:
oc get services -n prometheus
oc get services -n dxuim
Collecting metrics with value 0.00: Update the image pulled by default
After successful deployments (pods are running, connection to cluster was working, Metrics were being collected) but all metric values may still be collecting at 0.00 vale.
This occurs because the default image or the one pulled via generic tags does not contain the necessary fixes for metric processing logic introduced in the latest probe iterations.
To resolve this issue:
Edit the Helm values file:uim/values.yaml
imageName: caapm/universalmonitoragent:26.1.1.35
helm upgrade uim ./uim/ -n dxuim
NOTE: an additional issue was addressed that caused metrics to show as 0.00, the fix can be downloaded in the KB --> Some Openshift metrics collect metrics value as 0.0
Openshift version 3.00:
Openshift probe v3.0 was published to provide support for Java21. It is recommended to upgrade to version 3.00 if upgrading to DX UIM 23.4.5 (CU5) or later.
This version of probe doesn't any major changes in comparison to 2.01 see: Openshift Release Notes
Additional Notes as of As of March 2026: