Astradot
  • Home
  • Release Notes
  • Security and Privacy
  • System Agent
    • Installation on Linux
    • Datadog Agent Integration
    • Installation on Kubernetes
    • Datadog Agent Integration
    • Environment Variables
    • Config File
    • AWS Integration
  • Application Agent
    • Java Agent
  • Infrastructure Integrations
    • Apache
    • AWS ElasticCache
    • AWS RDS
    • HAProxy
    • MongoDB
    • MySQL
    • Nginx
    • PgBouncer
    • PostgreSQL
    • RabbitMQ
    • Redis
    • Consul
    • Etcd
    • Oracle
Powered by GitBook
On this page
  • Usage
  • Configuration

Was this helpful?

  1. Application Agent

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

PreviousAWS IntegrationNextApache

Last updated 2 years ago

Was this helpful?