Java Agent

System properties to be passed on command line while launching Java agent

Usage

  1. Download the agent:

wget https://agent-binaries.astradot.com/java/astradot-agent-latest.jar
  1. Add the -javaagent:astradot-agent-latest.jar argument to your jvm launch. Eg:

java -javaagent:/path/to/astradot-agent-latest.jar -jar app.jar

Configuration

Property
Description

ast.agent.debug

[true/false] Enable debug logs for java agent. Default : false (enable level info and above)

ast.agent.log.file

[path to log file] Output file for agent logs. Default : System.out

Last updated

Was this helpful?