In my Spring Boot App (2.0.0.M7) application.properties I set
management.endpoint.metrics.enabled=true
However, when i hit
Add the following line to your application.properties file:
application.properties
management.endpoints.web.exposure.include=metrics
That's all.