Missing URL paths under the frontends for Java Application agent deployed by UMA agent
search cancel

Missing URL paths under the frontends for Java Application agent deployed by UMA agent

book

Article ID: 268960

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Missing URL paths under the frontends for Java Application.

We made the change in the agent's configuration to show more URLs, but it didn't have any effect.

The APM UI continues to show 5 URLs for the Java Application. Java Application is deployed by the UMA agent via OpenShift operator.

Made changes to the following parameters at OpenShift structure: WorkLoad > Deployments > apmia-http-collector.

apmenv_introscope_agent_urlgroup_frontend_url_clamp
apmenv_introscope_agent_urlgroup_backend_url_clamp
introscope_agent_urlgroup_frontend_url_clamp

Environment

  • Release: 22.1

Resolution

Auto Attach OpenShift project/Java Application is reporting more then 5 URLs.

For override configuration for Auto Attach OpenShift project/Java Application, following is suggested.

We need to modify uma_cr.yaml (universalmonitoringagent-uma-monitor.yaml) for UMA Operator.

<Example>

monitor:
  application:
    autoattach:
      java:
        propertiesOverride:
         key1=value1,key2=value2,......,keyn=valuen 

Note: Value should be delimited by commas

<Need to adjust as follows>

        java:
          customJdkTools:
            enabled: false
            imageName: ''
          enabled: true
          propertiesOverride: >-
            introscope.agent.urlgroup.frontend.url.clamp=50,introscope.agent.urlgroup.backend.url.clamp=50