Open
Description
For a Spring Boot 2.1.x application where I set server.port
and management.server.port
to different ports I only see Tomcat and HTTP request metrics for server.port
on /actuator/prometheus
endpoint.
I would expect to see Tomcat metrics for both ports and HTTP metrics for requests on both ports.