Hi There,
I am trying to setup metrics to be published to newrelic using spring boot actuator. As per documentation here https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-metrics-export-newrelic, configured the integration with api key and account id. How can configure for which new relic application the metrics to be captured as well as I am not able to see any metrics in newrelic. There is no configuration available to be setup for appication id, env and etc only insights api key and account id in spring’s application properties.
Can someone help, if you are successful in setting this up.
p.s. I am not using newrelic java agent and java agent is not in classpath.