How to add a -javaagent parameter to run with apigee java components on private cloud?

We would like to setup a new monitoring tool. It requires to run java app with the -javaagent parameter, how can we pass it to apigee-all start or is there another way to add it to global customer config ?

–SF1428751–

@Arjav Goswami

Edit /opt/apigee/edge-message-processor/bin/start to add

-javaagent:/$pathofthejar

2 Likes