Hello
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
My case is similar to this one, but im on v23 python agent
https://stackoverflow.com/questions/69161757/do-appdynamics-python-agent-supports-barebone-python-sc...
I dont need necessarily metrics monitoring, but i do really need to monitor the events happening in the script
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?
if https://rob-blackbourn.medium.com/asgi-event-loop-gotcha-76da9715e36d
https://www.uvicorn.org/#fastapi
Finally,
i could event dare to look further to use opentelemetry for my case, in order to collect the main points
Is opentelemetry a standard feature for AppDynamics? is it extra paid option? https://github.com/Appdynamics/opentelemetry-collector-contrib
https://opentelemetry.io/docs/instrumentation/python/automatic/
https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html