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

DX Operational Observability

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 Openshift:

UMA Install

1. If Prometheus is running you should set:

prometheus_server_url: "https://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091"

2. Look for the below entry and do the following changes:

  name: type
  value: Kubernetes

Change to:
  name: type
  value: Openshift

3. Restart the monitored application.