Spring Boot Micrometer Info in parent child module

5/19/2020

I have a project structure in such a way that it has a parent module and 5 submodules. And this is deployed in a kubernetes cluster(In 1 pod with 5 containers i.e. one container for each submodule ) I wanted to understand how we can add micrometer config to a single module and see the info in /actuator/info. Also how will prometheus will be able to scrape this

-- Maaz
kubernetes
prometheus
spring-micrometer

0 Answers