Hi @Shashwat .Pandey ,
For the issue: Analytic-agent is not reporting, It looks like there are a few key areas to check in your configuration and setup for the Analytics Agent.
Next Step:
Check Python Agent Version: Ensure that your Python Agent version supports Analytics. It appears you are using Python Agent 21.5, but Transaction Analytics requires Python Agent version 21.10 or later. Versions earlier than 21.10 do not support Transaction Analytics. You can find more details here:
Deploy Analytics With the Analytics Agent
Python Agent Configuration: Review the configuration for the Python Agent. For detailed setup instructions, refer to the following resources: check here to see on what to configure:
Configure Transaction Analytics for Node.js, PHP, and Python Applications
Also, check here for Python Agent settings in detail:
Python Agent Settings
Analysis on provided config file: > Checkpoint 1: In the [services:analytics] section of your appdynamics.cfg , the host field should point to the hostname where the Analytics Agent is installed, not the service analytics connection endpoint. For most configurations, install the Analytics Agent on the same machine as the python agent. Example : => host = localhost > CheckPoint2: ・The enabled field is not required in this configuration.
Configure analytics-agent.properties : refer to url below and make sure if analytics-agent.properties is correctly configured. Key points to verify include: Controller information & http.event.endpoint value see: “Enable the Standalone Analytics Agent“
Install Agent-Side Components
Lastly, make sure to enable Analytics for specific applications and business transactions you want to monitor. Configure Analytics
Hope this helps.
Regards,
Martina
... View more