inspectIT
inspectIT copied to clipboard
How to use it in Cloud foundry?
I would like to deploy the agent in cloud foundry with my java app.. how to integrate it with CF build pack.
Unfortunately, there is no CF pack for the inspectIT. The only way would be that you create a build pack on your own. You could look into existing packs for the other tools that use -javaagent
to inject the agent to the JVM.