Tracing can be done using the auto-tracing:
export EPSAGON_TOKEN=epsagon-token
export EPSAGON_SERVICE_NAME=app-name-stage
java -javaagent:.path_to_epsagon_agent -jar your jar file
For example:
export EPSAGON_TOKEN=your-token
export EPSAGON_SERVICE_NAME=app-prod
java -javaagent:./epsagon-opentracing-agent-1.0.34.jar -jar app.jar
Updated 20 days ago