Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
08-16-2023 10:07 PM
Hi Team,
I am encountering an issue while trying to Enabling the Transaction Analytics part for the Python Application using Python agent. As the stand-alone agent is working fine, however, I have observed that there is no analytic-related data reflecting on the controller. I followed the steps from link1 and link2 It is a Django-based framework application and below is the appdynamics.cfg file for the same
[agent]
app = Test
tier = T1
node = N1
[controller]
host = <saas-controller>
port = 443
ssl = true
account = <saas controller-account>
accesskey = <password>
[log]
dir = path/to/directory
level = debug
debugging = on
[services:analytics]
host = https://bom-ana-api.saas.appdynamics.com
port = 9090
ssl = true
enabled = true
for running the agent I use the command 'pyagent proxy start -c <path/to/appdynamcis.cfg>'
Please let me know what maybe done here
08-05-2024 09:43 PM - edited 08-05-2024 09:57 PM
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:
[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.enabled
field is not required in this configuration.analytics-agent.properties
:analytics-agent.properties
is correctly configured. Key points to verify include:http.event.endpoint
value
Hope this helps.
Regards,
Martina
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form