Splunk AppDynamics

Does AppDynamics support monitoring of Spring Boot Actuator Metrics

Ian_Rowlands
Engager

Can AppDynamics process Spring Boot Actuator metrics, so they can displayed/graphed and monitored? The values are available via JMX but it's not as straight forward to retrieve values. In fact, the JMX retriever doesn't seem to work with it at all. 

These values can also be retrieved via HTTP requests (the URL is pretty standard) as per standard Spring Boot 2.1+. The base URL can be given, the metric names can be retrieved via different URL and hence these can be retrieved. Can AppDynamics handle retrieving these metrics automatically and allow for them to be displayed/graphed etc?

Thanks,

Ian

Labels (1)

Hiroki_Ito
Contributor

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-... 
-> 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

Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...