How to implement java agent on a single OpenShift container App?
DX Application Performance Management SaaS
Use the below steps in order to monitor your application running on Openshift:
- If Prometheus is running you should set:
prometheus_server_url: "https://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091"
- Look for the below entry and do the following changes:
name: type
value: Kubernetes
Change to:
name: type
value: Openshift
Restart the monitored application.