15 Dec 2025 08:08 AM
Hello,
We have the same configuration just like other image container on Python image containers, But still we were not able to get any info about the python image containers into Dynatrace. Do we need any special configuration required to have the DATA.
I have enabled Python technology to monitor under Monitored technologies also enabled few OA featured under Preferences tab under settings still we don't have any idea wrt to Python image containers.
Also, do we need to have the OA SDK to have this monitoring enabled for python containers.?
Kindly help here to get it resolved.
15 Dec 2025 08:48 AM
Try running the command
cat /opt/dynatrace/oneagent-paas/agent/conf/ruxitagentproc.conf
It is quite possible that you will have this in the output. python not-global
Try forcing the Python OneAgent to be enabled. Deploy the application with these parameters.
env:
- name: DT_AGENT_TYPE_OVERRIDE
value: python=on
- name: DT_INJECTION_RULES
value: "::INCLUDE:CONTAINS,EXE_NAME,python"
It is also important whether your application uses one of the supported frameworks.
https://docs.dynatrace.com/docs/ingest-from/technology-support
If not, OA is not automatically injected and you must use the OA SDK approach.”
Featured Posts