I use micrometer metrics for prometheus and according to docs: http://micrometer.io/docs/prometheus#_configuring
A Spring Boot Actuator endpoint will be wired to /prometheus that presents a Prometheus scrape with the appropriate format.
How to wire it to another endpoint like /metrics
?