Spring New Relic #WIP# ====================== https://github.com/spring-boot-tutorials/spring-observability-new-relic Create Initial Code Base ------------------------ - Go to https://start.spring.io/ - Add the following dependencies: - spring-boot-starter-actuator - spring-boot-starter-web - micrometer-registry-new-relic - lombok - Click ``Generate`` Dependencies ------------ Dependencies used in ``pom.xml``: .. code-block:: xml org.springframework.boot spring-boot-starter-actuator org.springframework.boot spring-boot-starter-web io.micrometer micrometer-registry-new-relic runtime org.projectlombok lombok true TODO ----