Java Agent
There are two ways to deploy Java Agent:
#
Using Docker ImagesIf you use docker images of app you need to share volume with drill agent files and add JAVA parameters. Try using this example:
agent-files — container with drill agent files.
adminAddress — host and backend port of your drill admin.
8090 — default port for agent connection.
agentId — ID for drill agent of application.
buildVersion — build version of your application.
#
Using JarIf you use a .jar for running you can download the archive with the agent distribution for your OS: Java Agent and start an application with the following parameters (example for Windows):
distr — folder with drill agent files.
Use .dll for Windows .so for Linux and .dylib agent file for MacOS.
adminAdress — host and backend port of your drill admin.
agentId — ID for drill agent of application.
buildVersion — build version of your application.