In my Spring Boot App (2.0.0.M7) application.properties I set
management.endpoint.metrics.enabled=true
However, when i hit
The following configuration works for me
server.servlet.context-path=/travel management.endpoints.web.exposure.include=*
Then you need to add context path: http://localhost:8080/travel/actuator/metrics/