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.
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):
Thank you so much for your quick response!
Usually, these packages are downloaded as part of your build process (and/or cached locally).
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@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?
Using the OneAgent SDK requires access to the application's source code.
If it is not possible to access the source code ,would it be possible to use it?
No, using the SDK means changing your application.
Okay,thanks
Featured Posts