How to implement java agent on a single OpenShift container App?
search cancel

How to implement java agent on a single OpenShift container App?

book

Article ID: 243649

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

How to implement java agent on a single OpenShift container App?

Environment

DX Application Performance Management SaaS

Resolution

Use the below steps in order to monitor your application running on Openshoft:

- https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-apm-agents/22-3/Universal-Monitoring-Agent/Application-Monitoring.html

- 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.