Hi @Ian.Rowlands,
Thank you for posting to the community.
Unfortunately, AppDynamics doesn't support Spring Boot Actuator out of the box. However, you may be able to use JMX metrics or information points to gather needed values.
JMX metrics https://docs.appdynamics.com/21.8/en/application-monitoring/configure-instrumentation/configure-jmx-metrics-from-mbeans -> By exposing Spring Actuator metrics as Mbean JMX attributes, you can create metrics from them
Information points
https://docs.appdynamics.com/21.8/en/application-monitoring/information-points ->You can gather information from executed methods
Note that Information points are evaluated based on the execution of the method on which they are placed. You also need to be able to see the source code of the executed method for configuration.
Best Regards, Hiroki
... View more