30 Jul 2020 06:25 AM
Please tell me how to deploy one agent sdk for python and java applications.
Like does it require creating java and python files for deplyment like the way we do in one agent or active gate plugin?
Solved! Go to Solution.
30 Jul 2020 06:33 AM
Hi,
you can add the OneAgnent SDK as dependencies/packages to the applications you want to instrument.
Java (Maven):
https://github.com/Dynatrace/OneAgent-SDK-for-java#dependencies
Python (PyPI):
30 Jul 2020 06:48 AM
Thank you so much for your quick response!
30 Jul 2020 06:52 AM
Usually, these packages are downloaded as part of your build process (and/or cached locally).
30 Jul 2020 11:59 AM
Like if we don't have access to souce code of application ,is it possible that python /java application calls to database would be visible with one agent sdk ?
If yes,please can you tell the steps of doing it31 Jul 2020 03:45 AM
@Wolfgang Z.
Like if we don't have access to souce code of application ,is it possible that python /java application calls to database would be visible with one agent sdk ?
If yes,please can you tell the steps of doing it?
31 Jul 2020 06:26 AM
Using the OneAgent SDK requires access to the application's source code.
04 Aug 2020 11:06 AM
If it is not possible to access the source code ,would it be possible to use it?
04 Aug 2020 11:08 AM
No, using the SDK means changing your application.