This page describes how to configure optional settings for the Cisco AppDynamics Smart Agent.

Configure Proxy Settings

  1. Set the proxy URL to the HTTPS_PROXY environment variable. For other proxy settings, see net/http golang package proxy.

    The HTTP_PROXY environment variable ignores HTTPS communication, which is used for the Cisco Cloud Observability ingestion endpoint.

  2. To set up the environment variable for the Helm chart, modify the appdynamics-smartagent spec:

    appdynamics-smartagent:
      proxy:
        httpsProxy: <proxy-url> 
    CODE