Since Spring boot 2 Micrometer is default metric collector. And it is simple to expose metrics of application through new actuator approach. It is neccesary to just add metric provider and read them.
Enables your Spring Boot application to send its Actuator data to Splunk's HTTP Event Collector API. Clone and build the project then add the jar to your Maven or Gradle local repo (note: This is not ...