<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Capturing python script execution alerts in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Capturing-python-script-execution-alerts/m-p/730226#M7034</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I need to monitor a python script ive developed so far it does indeed have logging object, logging.info , requests and mysql sqlhooks logs shown when pyagent run is started, but i cant see any reference to my app so far at the server. any recommendation would make me really grateful&lt;/P&gt;&lt;P&gt;My case is similar to this one, but im on v23 python agent&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/69161757/do-appdynamics-python-agent-supports-barebone-python-scripts-w-o-wsgi-or-gunicor" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/69161757/do-appdynamics-python-agent-supports-barebone-python-scripts-w-o-wsgi-or-gunicor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/23.x/23.9/en/application-monitoring/install-app-server-agents/python-agent/python-supported-environments" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/23.x/23.9/en/application-monitoring/install-app-server-agents/python-agent/python-supported-environments &lt;/A&gt;&lt;/P&gt;&lt;P&gt;I dont need necessarily metrics monitoring, but i do really need to monitor the events happening in the script&lt;/P&gt;&lt;P&gt;Do you folks have any suggestion if its possible that AppDynamics agent hook only on asyncio library, performing or simulating , the same layer that the java proxy agent is sniffing into the python VM? . Is it possible to send this 'stimulti' straight to the another java program , that would do the BT call?&lt;/P&gt;&lt;P&gt;&lt;A href="https://rob-blackbourn.medium.com/asgi-event-loop-gotcha-76da9715e36d" target="_blank" rel="nofollow noopener noreferrer"&gt;if https://rob-blackbourn.medium.com/asgi-event-loop-gotcha-76da9715e36d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.uvicorn.org/#fastapi" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.uvicorn.org/#fastapi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/21.x/21.4/en/application-monitoring/install-app-server-agents/java-agent/install-the-java-agent/instrument-jvms-started-by-batch-or-cron-jobs" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/21.x/21.4/en/application-monitoring/install-app-server-agents/java-agent/install-the-java-agent/instrument-jvms-started-by-batch-or-cron-jobs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Finally,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i could event dare to look further to use opentelemetry for my case, in order to collect the main points&lt;/P&gt;&lt;P&gt;Is opentelemetry a standard feature for AppDynamics? is it extra paid option? &lt;A href="https://github.com/Appdynamics/opentelemetry-collector-contrib" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Appdynamics/opentelemetry-collector-contrib&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://opentelemetry.io/docs/instrumentation/python/automatic/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://opentelemetry.io/docs/instrumentation/python/automatic/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2023 19:34:58 GMT</pubDate>
    <dc:creator>alexandre_hadji</dc:creator>
    <dc:date>2023-09-11T19:34:58Z</dc:date>
    <item>
      <title>Capturing python script execution alerts</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Capturing-python-script-execution-alerts/m-p/730226#M7034</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I need to monitor a python script ive developed so far it does indeed have logging object, logging.info , requests and mysql sqlhooks logs shown when pyagent run is started, but i cant see any reference to my app so far at the server. any recommendation would make me really grateful&lt;/P&gt;&lt;P&gt;My case is similar to this one, but im on v23 python agent&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/69161757/do-appdynamics-python-agent-supports-barebone-python-scripts-w-o-wsgi-or-gunicor" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/69161757/do-appdynamics-python-agent-supports-barebone-python-scripts-w-o-wsgi-or-gunicor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/23.x/23.9/en/application-monitoring/install-app-server-agents/python-agent/python-supported-environments" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/23.x/23.9/en/application-monitoring/install-app-server-agents/python-agent/python-supported-environments &lt;/A&gt;&lt;/P&gt;&lt;P&gt;I dont need necessarily metrics monitoring, but i do really need to monitor the events happening in the script&lt;/P&gt;&lt;P&gt;Do you folks have any suggestion if its possible that AppDynamics agent hook only on asyncio library, performing or simulating , the same layer that the java proxy agent is sniffing into the python VM? . Is it possible to send this 'stimulti' straight to the another java program , that would do the BT call?&lt;/P&gt;&lt;P&gt;&lt;A href="https://rob-blackbourn.medium.com/asgi-event-loop-gotcha-76da9715e36d" target="_blank" rel="nofollow noopener noreferrer"&gt;if https://rob-blackbourn.medium.com/asgi-event-loop-gotcha-76da9715e36d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.uvicorn.org/#fastapi" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.uvicorn.org/#fastapi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/21.x/21.4/en/application-monitoring/install-app-server-agents/java-agent/install-the-java-agent/instrument-jvms-started-by-batch-or-cron-jobs" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/21.x/21.4/en/application-monitoring/install-app-server-agents/java-agent/install-the-java-agent/instrument-jvms-started-by-batch-or-cron-jobs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Finally,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i could event dare to look further to use opentelemetry for my case, in order to collect the main points&lt;/P&gt;&lt;P&gt;Is opentelemetry a standard feature for AppDynamics? is it extra paid option? &lt;A href="https://github.com/Appdynamics/opentelemetry-collector-contrib" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Appdynamics/opentelemetry-collector-contrib&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://opentelemetry.io/docs/instrumentation/python/automatic/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://opentelemetry.io/docs/instrumentation/python/automatic/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 19:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Capturing-python-script-execution-alerts/m-p/730226#M7034</guid>
      <dc:creator>alexandre_hadji</dc:creator>
      <dc:date>2023-09-11T19:34:58Z</dc:date>
    </item>
  </channel>
</rss>

