A. com.instana.agent.main.config.Agent.cfg
B. com.instana.agent.main.sender.Backend.cfg
C. com.instana.agent.main.sender.File.cfg
D. com.instana.agent.main.sender.Server.cfg
Explanation:
The primary configuration file specifying Instana server connection parameters for the host agent is com.instana.agent.main.sender.Server.cfg. The IBM documentation affirms: "The Server.cfg file inside the agent’s configuration directory defines backend connection endpoints, ports, and security tokens to communicate with the Instana backend or cluster installation." This file is referenced on agent startup and dictates host-server routing, clustering, authentication, and TLS endpoints. Other config files control agent properties or log shipping, not backend connectivity. Editing Server.cfg is the recommended method for specifying on-premises, private cloud, or SaaS endpoints for all monitored agents.
Reference: IBM Instana Observability Documentation (v1.0.307) ― Agent Server Connection Configuration.