cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to deploy one agent SDK for python and java application

simran_arora
Newcomer

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?

9 REPLIES 9

wolfgangziegler
Inactive

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):

https://github.com/Dynatrace/OneAgent-SDK-for-python#using-the-oneagent-sdk-for-python-in-your-appli...

Thank you so much for your quick response!

wolfgangziegler
Inactive

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

simran_arora
Newcomer

@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