When configuring a Java Agent to monitor a Spring Boot application, you need to configure the Java Agent parameter before the Spring Boot application JAR file.
Example:
java -javaagent:<agent-install-dir>/ver4.x.x/javaagent.jar -jar application.jar
This simple answer solved my problems. Thank you so much!
So glad it helped, @Mondli.Mabaso. And thank you for taking the time to call out a helpful solution!
@Narendra.Chaluchalamala and @Nina.Wolinsky, thanks for the continuing dividends your expertise and engagement give to the Community!
— Claudia, Community Manager & Editor